document.write( "Question 511110: Peter is reading a 193-page book. He has read three pages more than one fourth of the number of pages he hasn’t yet read. How many pages has he not yet read? Estimate how many days it will take Peter to finish the book if he reads about 8 pages per day. \n" ); document.write( "
Algebra.Com's Answer #342003 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let n = the number of pages not read
\n" ); document.write( "Then the number of pages read = n/4 + 3
\n" ); document.write( "Since the total number of pages is 193, we have
\n" ); document.write( "n + n/4 + 3 = 193
\n" ); document.write( "5n/4 = 190
\n" ); document.write( "n = 152
\n" ); document.write( "At 8 pages per day it will take 152 pages/ 8 pages/day = 19 days
\n" ); document.write( "
\n" );