SOLUTION: How many digits does it take in total to number a book from page 1 to page 240?

Algebra ->  Finance -> SOLUTION: How many digits does it take in total to number a book from page 1 to page 240?      Log On


   



Question 1178798: How many digits does it take in total to number a book from page 1 to page 240?
Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
The "subtract and add one" principle is:

The number of whole numbers, inclusive, from whole numbers p through whole
number q where p < q is given by the formula where we subtract and add 1,
getting q-p+1

                  q-p+1
pp.     1-9 -->   9-1+1   =     9 1-digit numbers -->   9*1 =   9 digits
pp.   10-99 -->  99-10+1  =    90 2-digit numbers -->  90*2 = 180 digits
pp. 100-240 --> 240-100+1 =   141 3-digit numbers --> 141*3 = 423 digits
                                                              ----------
                                                              612 digits

Edwin