SOLUTION: A new colony was built and the buiilder gave contact to a sign marker to number the building from number 1 to 500. how many zonoes will he need.

Algebra ->  Customizable Word Problem Solvers  -> Unit conversion -> SOLUTION: A new colony was built and the buiilder gave contact to a sign marker to number the building from number 1 to 500. how many zonoes will he need.       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1062336: A new colony was built and the buiilder gave contact to a sign marker to number the building from number 1 to 500. how many zonoes will he need.

Answer by josgarithmetic(39630) About Me  (Show Source):
You can put this solution on YOUR website!
This must be a very clever discrete math question, but I would prefer to make a computer program in some form of BASIC to count all the 0 digits. This could be done in an array to hold numbers from 1 to 500, and use a variable to hold the count of all 0 found. There are other ways to design such a program too.