document.write( "Question 294: At a certain school, 240 of the students take math, 180 of the students take grammar, and 100 of the students take both. If every student must study either math or grammar, how many students attend this school? \n" ); document.write( "
Algebra.Com's Answer #140 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "At a certain school, 240 of the students take math, 180 of the students take \n" ); document.write( "grammar, and 100 of the students take both. If every student must study either \n" ); document.write( "math or grammar, how many students attend this school?<< \r\n" ); document.write( "Let x = number who take math ONLY\r\n" ); document.write( "Let y = number who take grammar ONLY\r\n" ); document.write( ">>...100 of the students take both...<<\r\n" ); document.write( ">>...240 of the students take math...<<\r\n" ); document.write( "Translation: The number who take math ONLY + the number who take BOTH = 240\r\n" ); document.write( " x + 100 = 240\r\n" ); document.write( " x = 240 - 100\r\n" ); document.write( " x = 140 \r\n" ); document.write( ">>...180 of the students take grammar...<<\r\n" ); document.write( "The number who take grammar ONLY + the number who take BOTH = 180\r\n" ); document.write( " y + 100 = 180\r\n" ); document.write( " y = 180 - 100\r\n" ); document.write( " y = 80\r\n" ); document.write( ">>...If every student must study either math or grammar, how many students \n" ); document.write( "attend this school?...<< \n" ); document.write( " |