document.write( "Question 1209475: Hi
\n" ); document.write( "If Bob reads 25 pages a day he will need one more day to finish a book. If he reads 30 pages a day he will finish 2 days ahead of schedule. How many pages are there in the book.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #848907 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "RATE       TIME         PAGES\r\n" );
document.write( " 25         t+1           p\r\n" );
document.write( " 30         t-2           p\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"25%28t%2B1%29=30%28t-2%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"5%28t%2B1%29=6%28t-2%29\"\r
\n" ); document.write( "\n" ); document.write( "\"5t%2B5=6t-12\"\r
\n" ); document.write( "\n" ); document.write( "\"17=t\", expected 17 days to read the book.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"30%28t-2%29=p\"\r
\n" ); document.write( "\n" ); document.write( "\"p=30%2A15\"\r
\n" ); document.write( "\n" ); document.write( "\"highlight%28p=450%29\", number of pages in the book
\n" ); document.write( "
\n" );