2017 UNCO Math Contest II Problems/Problem 3

Problem

Prime Mates

Find the largest 9 digit integer in which no two digits are the same and the sum of each pair of adjacent digits is prime. That is, the sum of the first two digits is prime, the sum of the second and third digits is prime, the sum of the third and fourth digits is prime, and so on.

Solution

Since we want to maximize the integer, let's first start with $987,654,321$. Using a greedy algorithm, we can do this series of changes (commas omitted): \[(98)7654321\] \[9(85)764321\] \[98(56)74321\] \[985(67)4321\] \[9856(74)321\] \[985674(32)1\] \[9856743(21)\] Thus the answer is $\boxed{985674321}$ or $\boxed{985,674,321}$

See also

2017 UNCO Math Contest II (ProblemsAnswer KeyResources)
Preceded by
Problem 2
Followed by
Problem 4
1 2 3 4 5 6 7 8 9 10
All UNCO Math Contest Problems and Solutions