document.write( "Question 971208: 50 students in a class
\n" );
document.write( "18 studying biology
\n" );
document.write( "30 chemistry
\n" );
document.write( "25 physics
\n" );
document.write( "11 studing physics and chemistry
\n" );
document.write( "9 biology and chemistry
\n" );
document.write( "7 biology and physics.\r
\n" );
document.write( "\n" );
document.write( "How many students are studying all three subs ?? \n" );
document.write( "
Algebra.Com's Answer #593765 by khai(18)![]() ![]() You can put this solution on YOUR website! I suggest to draw the Venn diagram first because it will make you more make sense. \n" ); document.write( "ok.. so, \n" ); document.write( "18 studying biology; 9 biology and chemistry; 7biology and physic. \n" ); document.write( "18 - (9+7) = 2 (2 is the student who only study bio)\r \n" ); document.write( "\n" ); document.write( "30 chemistry; 9 biology and chemistry; 11 studying physics and chemistry \n" ); document.write( "30 - (11+9) = 10 (only chemistry)\r \n" ); document.write( "\n" ); document.write( "25 physics; 7 biology and physics; 11 studying physics and chemistry \n" ); document.write( "25 - (7+11) = 7 (only physic)\r \n" ); document.write( "\n" ); document.write( "add all numbers and subtract from 50 because it said 50 students in a class \n" ); document.write( "50 - (2+10+7+9+7+11) = 4 \n" ); document.write( " \n" ); document.write( "the answer is 4 students are studying all three subs...... \n" ); document.write( " |