-
sheelanadh
- Junior | Next Rank: 30 Posts
- Posts: 25
- Joined: Thu Aug 05, 2010 3:43 am
Find the sum of all five digit number that can be formed using the digits 1,2,3,4 and 5 (repetition of digits not allowed)
Find the sum of all five digit number that can be formed using the digits 1,2,3,4 and 5 (repetition of digits not allowed)selango wrote:sheelanadh,
Always post the answer options for the PS question.
thank you very much .... can you explain me in simple method..clock60 wrote:this is not too hard but very time-consuming
from digits 1,2,3,4,5 using digits only once we can form 5!=120 numbers
when we sum all numbers each digit in all numbers will appear exactly 120/5=24 times
1*24+2*24+3*24+4*24+5*24=360
and now let us sum
12345
12354
12543
..........
..........
..........
.....360
...360
..360
..........
the right answer to me 39999960-A