

InterviewSolution
Saved Bookmarks
1. |
Find the sum of the greatest and the least six digit numbers formed by the digits 2, 0, 4, 7, 6, 5 using each digit only once. |
Answer» By using the digits 2, 0, 4, 7, 6, 5 The greatest number formed = 765420, and the least number formed = 204567 ∴ The required sum = 765420 + 204567 = 969987 |
|