document.write( "Question 174555: 500 students are enrolled in at least two of these three classes: Math, English, and History. 170 are enrolled in both Math and English, 150 are enrolled in both History and English, and 300 are enrolled in Math and History. How many of the 500 students are enrolled in all three?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #129564 by rapaljer(4671)![]() ![]() You can put this solution on YOUR website! Let x = number of students enrolled in all three classes. Since students are enrolled in at least two classes, there are four categories of students summarized below. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x= Students in all three classes \n" ); document.write( "170 -x = students in math and English but not history \n" ); document.write( "150 - x = students in English and history but not math \n" ); document.write( "300 - x = students in history and math but not English\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The sum of these students must equal 500.\r \n" ); document.write( "\n" ); document.write( "x + 170-x + 150-x + 300-x = 500 \n" ); document.write( "620-2x = 500 \n" ); document.write( "-2x = -120 \n" ); document.write( "x=60 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "R^2 \n" ); document.write( " |