find the sum of all 5 digit formed using the numbers - 2,4,5,6,8 without repetition
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.
sum due to unit digits ; 4! * (2+4+5+6+8) = 600 ; sum of digits at tens place ; 4! * (2+4+5+6+8) *10 = 6000 ; similarly sum of digit at hundreds place =60000 ; thousands =600000 ; ten thousands = 6000000 ; adding them all ,we get 6666600