document.write( "Question 1003083: A hard cover math book is 289 pages longer than a paperback math book. If the total number of pages in these two books is 1691, how many pages are in each book? \n" ); document.write( "
Algebra.Com's Answer #619945 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the paperback represent 'x' \n" ); document.write( "Hard cover = 289 + x \n" ); document.write( "Total pages = x + x + 289 \n" ); document.write( "1691 = x + x + 289 \n" ); document.write( "Collect like terms \n" ); document.write( "x + x = 1691 - 289 \n" ); document.write( "2x = 1402 \n" ); document.write( "x = 1402/2 \n" ); document.write( "x = 701 \n" ); document.write( "Paperback copy had 701 pages \n" ); document.write( "Hard back copy had 990 pages \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |