document.write( "Question 465132: What is the sum of all the positive 3-digit whole numbers with even digits only? \n" ); document.write( "
Algebra.Com's Answer #318718 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Sum of all units digits: 20*(0+2+4+6+8) = 20*20 = 400
\n" ); document.write( "Sum of all tens digits: 10*(0+2+4+6+8)*20 = 4000
\n" ); document.write( "Sum of all hundreds digits: 100*(2+4+6+8)*25 = 50000\r
\n" ); document.write( "\n" ); document.write( "Total: = 400 + 4000 + 50000 = 54,400.
\n" ); document.write( "
\n" );