document.write( "Question 872909: John has 100 pages to read over 5 days. He wants to increase the number of pages he reads by 5 pages each day.\r
\n" );
document.write( "\n" );
document.write( "a. How many pages should he read the first day?\r
\n" );
document.write( "\n" );
document.write( "b. John learns that he has 200 pages to read. If he reads twice as many pages the first day, then increases the number of pages he reads by 5 pages a day, will he read twice as many pages? Explain your reasoning. \n" );
document.write( "
Algebra.Com's Answer #526512 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! a. x + (x+5) + (x+10) + (x+15) + (x +20) = 100 pages \n" ); document.write( " 5x + 50 = 100 \n" ); document.write( " x = 10 \n" ); document.write( "b. IF x = 20 \n" ); document.write( " 5x+ 50 = 150. NO, will NOT read twice as many pages \n" ); document.write( " |