The digits 2, 4, 6 and 8 are each used once to create two 2-digit numbers. What is the largest possible difference between the two 2-digit numbers?
Problem 186
Pick one
Official solution
To make the difference as large as possible, we make one number as large as possible and the other number as small as possible.
The tens digit of a number contributes more to its value than its units digit.
Thus, we construct the largest possible number by choosing 8 (the largest digit) to be its tens digit, and by choosing 6 (the second largest digit) to be the ones digit.
Similarly, we construct the smallest possible number by choosing 2 (the smallest digit) to be its tens digit, and 4 (the second smallest digit) to be its ones digit.
The largest possible difference is .