document.write( "Question 1134464: A computer prints all of the integers from 1 to 3456. How many times does it print the integer 5? \n" ); document.write( "
Algebra.Com's Answer #751995 by kohkche(3)![]() ![]() ![]() You can put this solution on YOUR website! 3 * 300 for numbers 1 - 3000, \n" ); document.write( "4*20 more for 3000 - 3400, \n" ); document.write( "5 more for 3400 - 3449, \n" ); document.write( "8 more for 3450 - 3456 \r \n" ); document.write( "\n" ); document.write( "3*300 + 4*20 + 5 + 8 = 993 \n" ); document.write( " |