What is the sum of all the 5-digit natural numbers which can be created by using the digits 1,3,5,7 and 9 with no digit repeating?
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.
Let us fix any one number in the digits place of the 5-digit number. In this case, there are 4 ! ways to arrange the remaining 4 digits. So, there will be 4 ! of each 1 , 3 , 5 , 7 , 9 in the digits place in the given sum. Similarly, there will be 4 ! ways to arrange it in the tens place, hundred place, thousands place and ten-thousands place.
Let S n denote the sum of all numbers possible. S n = ( 4 ! × 9 + 4 ! × 7 + . . . + 4 ! × 1 ) + ( 4 ! × 9 0 + . . . . . 4 ! × 1 0 0 0 0 ) S n = 4 ! ( 9 × ( 1 + 1 0 + 1 0 0 + 1 0 0 0 + 1 0 0 0 0 ) + . . . 1 × ( 1 + 1 0 + 1 0 0 + 1 0 0 0 + 1 0 0 0 0 ) S n = 4 ! ( 9 + 7 + 5 + 3 + 1 ) ( 1 1 1 1 1 ) S n = 2 4 × 2 5 × 1 1 1 1 1 S n = 6 6 6 6 6 0 0