document.write( "Question 1161882: 33 of the students in a class play either football or table tennis. If 22 students play football and 18 play table tennis, how many students play football only
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #785535 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "33 of the students in a class play either football or table tennis.
Let x = the number who play football but don't play table tennis.\r\n" );
document.write( "Let y = the number who play football and also play table tennis.\r\n" );
document.write( "Let z = the number who play table tennis but do not play football.\r\n" );
document.write( "\r\n" );
document.write( "x + y + z = 33
If 22 students play football
x + y = 22
and 18 play table tennis,
y + z = 18\r\n" );
document.write( "\r\n" );
document.write( "\"system%28x+%2B+y+%2B+z+=+33%2Cx+%2B+y+=+22%2C+y+%2B+z+=+18%29\"\r\n" );
document.write( "\r\n" );
document.write( "Subtract the third equation from the first:\r\n" );
document.write( "\r\n" );
document.write( "x + y + z = 33\r\n" );
document.write( "    y + z = 18\r\n" );
document.write( "--------------\r\n" );
document.write( "x         = 15\r\n" );
document.write( "\r\n" );
document.write( "how many students play football only.\r\n" );
document.write( "\r\n" );
document.write( "Answer = 15.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );