document.write( "Question 1152561: A textbook store sold a combined total of 327 chemistry and physics textbooks in a week. The number of physics textbooks sold was 77 less than the number of chemistry textbooks sold. How many textbooks of each type were sold? \n" ); document.write( "
Algebra.Com's Answer #774583 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "x = chemistry books \n" ); document.write( "y = physics books \n" ); document.write( "x + y = 327 \n" ); document.write( "x - y = 77 \n" ); document.write( "Add together \n" ); document.write( "2x = 404 \n" ); document.write( "x = 202 \n" ); document.write( "Substitute x = 202 into x + y = 327 \n" ); document.write( "202 + y = 327 \n" ); document.write( "y = 327 - 202 \n" ); document.write( "y = 125 \n" ); document.write( "Physics books sold = 125 \n" ); document.write( "Chemistry books sold = 202 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |