document.write( "Question 917724: Find the sum of all four digit numbers that can be formed using the digits 0,1,2,3,4, each digit appearing at most once \n" ); document.write( "
Algebra.Com's Answer #556784 by KMST(5328)![]() ![]() You can put this solution on YOUR website! There are 5 possible choices for the each of the last 3 digits. \n" ); document.write( "The first digit cannot be 0, so there are only 4 choices for the first digit. \n" ); document.write( "That gives us a total of \n" ); document.write( " \n" ); document.write( "The average of the unit digits is \n" ); document.write( "So the sum of all the unit digits is \n" ); document.write( "The same goes for the tens digits and the hundreds digits, \n" ); document.write( "so the sum of all tens digits is 1000, for a sum value of 10,000, \n" ); document.write( "and the sum of all hundreds digits is 1000, for a sum value of 100,000 \n" ); document.write( "The average of the first digits is \n" ); document.write( "So the sum of all the first digits in all those 500 numbers must be \n" ); document.write( " \n" ); document.write( "The value of that sum is (1000)(1250)=1,250,000. \n" ); document.write( "The value of the sum of all 500 numbers is \n" ); document.write( "1,250,000+100,000+10,000+1000=1,361,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |