SOLUTION: What is the sum of all the positive 3-digit whole numbers with even digits only?

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: What is the sum of all the positive 3-digit whole numbers with even digits only?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 465132: What is the sum of all the positive 3-digit whole numbers with even digits only?
Answer by robertb(5830) About Me  (Show Source):
You can put this solution on YOUR website!
Sum of all units digits: 20*(0+2+4+6+8) = 20*20 = 400
Sum of all tens digits: 10*(0+2+4+6+8)*20 = 4000
Sum of all hundreds digits: 100*(2+4+6+8)*25 = 50000
Total: = 400 + 4000 + 50000 = 54,400.