document.write( "Question 175459: In numbering the pages of a book, a printer uses 522 digits. How many numbered pages does the book have?
\n" );
document.write( ": So this is what i tried:
\n" );
document.write( "Ones: 9
\n" );
document.write( "Tens: 90
\n" );
document.write( "Hundreds: 900
\n" );
document.write( "I just don't know what to do, please, please help! \n" );
document.write( "
Algebra.Com's Answer #130541 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! i second the motion: \n" ); document.write( "HELP !!!!! \n" ); document.write( "--- \n" ); document.write( "how you interpret this is extremely important. \n" ); document.write( "--- \n" ); document.write( "assume that a digit is any number 0-9 \n" ); document.write( "--- \n" ); document.write( "a 1 digit number has a maximum of 9 pages. \n" ); document.write( "a 2 digit number has a maximum of 19 pages. \n" ); document.write( "a 3 digit number has a maximum of 29 pages. \n" ); document.write( "a 4 digit number has a maximum of 39 pages. \n" ); document.write( "a 5 digit number has a maximum of 49 pages. \n" ); document.write( "--- \n" ); document.write( "is there a pattern? \n" ); document.write( "can we form an equation from this? \n" ); document.write( "--- \n" ); document.write( "here's a pattern that i see. \n" ); document.write( "--- \n" ); document.write( "let n = number of digits. \n" ); document.write( "--- \n" ); document.write( "when n = 1, the maximum number of pages is 10^1 - 1 = 10 - 1 = 9 \n" ); document.write( "when n = 2, the maximum number of pages is 10^2 - 1 = 100 - 1 = 99 \n" ); document.write( "when n = 3, the maximum number of pages is 10^3 - 1 = 1000 - 1 = 999 \n" ); document.write( "..... \n" ); document.write( "carry this out to n = 522, and the maximum number of pages would be: \n" ); document.write( "10^522 - 1 = a very big number. \n" ); document.write( "this number is so big my calculator won't handle it. \n" ); document.write( "--- \n" ); document.write( "your answer should be: \n" ); document.write( "the maximum number of pages is 10^522 - 1. \n" ); document.write( "you answer should also be: \n" ); document.write( "the minimum number of pages is 10^522 - 10 \n" ); document.write( "--- \n" ); document.write( "here's why i think the minimum number of pages is 10^522 - 10. \n" ); document.write( "take n = 3. \n" ); document.write( "the maximum number of pages is 10^3 - 1 = 1000 - 1 = 999 \n" ); document.write( "the smallest number would be 990 using all 3 digits. \n" ); document.write( "990 is 10^3 - 10 = 1000 - 10 = 990. \n" ); document.write( "--- \n" ); document.write( "go two steps higher just to see if this holds: \n" ); document.write( "--- \n" ); document.write( "take n = 5 \n" ); document.write( "the maximum number of pages is 10^5 - 1 = 100,000 - 1 = 99,999 \n" ); document.write( "the minimum number of pages is 10^5 - 10 = 100,000 - 10 = 99,990 \n" ); document.write( "you can't go higher than 99,999 with 5 digits. \n" ); document.write( "you can't go lower than 99,990 with 5 digits. \n" ); document.write( "answer looks good. \n" ); document.write( "--- \n" ); document.write( "answer is: \n" ); document.write( "maximum number of pages is 10^n - 1 \n" ); document.write( "minimum number of pages is 10^n - 10 \n" ); document.write( "--- \n" ); document.write( "a caveat: \n" ); document.write( "10^n works if n is > 1. \n" ); document.write( "take n = 2 \n" ); document.write( "max = 100 - 1 = 99 \n" ); document.write( "min = 100 - 10 = 90 \n" ); document.write( "--- \n" ); document.write( "take n = 1, however: \n" ); document.write( "max = 10 - 1 = 9 \n" ); document.write( "min = 10 - 10 = 0 \n" ); document.write( "--- \n" ); document.write( "since the numbering of pages starts at 1, you need to qualify your statement as follows: \n" ); document.write( "if n = 1, the maximum number of pages is 9, and the minimum number of pages is 1. \n" ); document.write( "if n > 1, the maximum number of pages is 10^n - 1, and the minimum number of pages is 10^n - 10. \n" ); document.write( "--- \n" ); document.write( "hope this helps. \n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |