document.write( "Question 712247: In a class of 50 students, 18 take music, 26 take art, and 2 take both art and music.How many students in the class are not enrolled in either music or art?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #437819 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! 18 - 2 = 16 only take music\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "26 - 2 = 24 only take art\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "16+24+2 = 42 take either music or art (or both at the same time)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "50 - 42 = 8 take neither music nor art.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the answer is 8 students. \n" ); document.write( " |