What is the sum of the least and the greatest 5- digit numbers that can be obtained using the digits only once?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The smallest 5 digit number formed is the digits in ascending order: 45679. The largest 5 digit number is the digits in descending order: 97654. Add them both, and you get 143333.