document.write( "Question 1072113: a textbook store sold a combined total of 464 sociology and math textbooks in a week. The number of math textbooks sold was 80 less than the number of sociology textbooks sold. How many textbooks of each type were sold? \n" ); document.write( "
Algebra.Com's Answer #687027 by Mini-(17)![]() ![]() You can put this solution on YOUR website! Total = sold.soc.textbooks + sold.math.textbooks = 464. \n" ); document.write( "sold.math.textbooks = sold.soc.textbooks - 80.\r \n" ); document.write( "\n" ); document.write( "sold.soc.textbooks + (sold.soc.textbooks - 80) = 464. \n" ); document.write( "2*sold.soc.textbooks = 464 + 80. \n" ); document.write( "sold.soc.textbooks = 544 / 2 = 272. \n" ); document.write( "sold.math.textbooks = 272 - 80 = 192. \n" ); document.write( " |