Consider the digits in the box below:
2 5 6 1
What is the largest number that uses each digit exactly once?
What is the smallest number that uses each digit exactly once?
Find the difference between the number you found in part (a) and the number you found in part (b).
To create the largest number, the digits should be arranged in decreasing order with the largest digit in the thousands place and the smallest digit in the ones place. That number is \(6521\).
To create the smallest number, the digits should be arranged in increasing order with the smallest digit in the thousands place and the largest digit in the ones place. That number is \(1256\).
The difference between the numbers is \(6521 - 1256 = 5265\).