document.write( "Question 1030174: raoul has to finish a 473 page book in a week. he decides to read the same number of pages each weekday and 30 extra pages on saturday and on sunday. how many pages will he have to read on wednesday? \n" ); document.write( "
Algebra.Com's Answer #645141 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let x = # of pages he has to read on a weekday.
\n" ); document.write( "==> x + 30 = # of pages he has to read on a Saturday or a Sunday.
\n" ); document.write( "==> 5x + 2(x+30) = 473
\n" ); document.write( "==> 5x + 2x + 60 = 473
\n" ); document.write( "==> 7x = 413
\n" ); document.write( "==> x = 59.\r
\n" ); document.write( "\n" ); document.write( "Therefore, he has to read 59 pages on a weekday, particularly on Wednesday.
\n" ); document.write( "
\n" );