document.write( "Question 841475: There are 35 students in Ms. Pool's first grade class. All of the students play either baseball or soccer, and some play both. If 11 of the students play baseball and 31 play soccer, how many play soccer but not baseball? \n" ); document.write( "
Algebra.Com's Answer #506948 by richard1234(7193) You can put this solution on YOUR website! Inclusion-exclusion\r \n" ); document.write( "\n" ); document.write( "35 = 11 + 31 - (# students who play both)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "# of students who play both = 7 \n" ); document.write( "# of students who play soccer but not baseball = 31 - 7 = 24 \n" ); document.write( " |