Simple enough ?

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?


The answer is 6666600.

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.

1 solution

Vishnu Bhagyanath
May 21, 2015

Let us fix any one number in the digits place of the 5-digit number. In this case, there are 4 ! 4! ways to arrange the remaining 4 digits. So, there will be 4 ! 4! of each 1 , 3 , 5 , 7 , 9 1,3,5,7,9 in the digits place in the given sum. Similarly, there will be 4 ! 4! ways to arrange it in the tens place, hundred place, thousands place and ten-thousands place.

Let S n S_n denote the sum of all numbers possible. S n = ( 4 ! × 9 + 4 ! × 7 + . . . + 4 ! × 1 ) + ( 4 ! × 90 + . . . . . 4 ! × 10000 ) S_n = (4!\times 9 + 4! \times 7 + ... + 4! \times 1) + (4! \times 90 + ..... 4! \times 10000) S n = 4 ! ( 9 × ( 1 + 10 + 100 + 1000 + 10000 ) + . . . 1 × ( 1 + 10 + 100 + 1000 + 10000 ) S_n = 4!(9\times(1+10+100+1000+10000) + ... 1\times(1+10+100+1000+10000) S n = 4 ! ( 9 + 7 + 5 + 3 + 1 ) ( 11111 ) S_n = 4!(9+7+5+3+1)(11111) S n = 24 × 25 × 11111 S_n = 24 \times 25 \times 11111 S n = 6666600 S_n = 6666600

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...