document.write( "Question 1191784: In a group of 200 students, each student studies at least one of the three science subjects:
\n" );
document.write( "Biology, Chemistry and Physics. 130 study Biology, 135 study Chemistry, 115 study Physics, 86
\n" );
document.write( "study Biology and Chemistry, 70 study Chemistry and Physics, and 64 study Physics and Biology.
\n" );
document.write( "Illustrate this information on a clearly labelled Venn diagram, showing the number of elements
\n" );
document.write( "in each separate region. Hence find the number of students who study
\n" );
document.write( "a.All 3 subjects
\n" );
document.write( "b. Exactly 2 subjects
\n" );
document.write( "c.only biology \n" );
document.write( "
Algebra.Com's Answer #849107 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to solve this problem using a Venn diagram:\r \n" ); document.write( "\n" ); document.write( "**1. Set up the Venn Diagram:**\r \n" ); document.write( "\n" ); document.write( "Draw three overlapping circles representing Biology (B), Chemistry (C), and Physics (P).\r \n" ); document.write( "\n" ); document.write( "**2. Use the Principle of Inclusion-Exclusion:**\r \n" ); document.write( "\n" ); document.write( "Let: \n" ); document.write( "* |B| = Number of students studying Biology = 130 \n" ); document.write( "* |C| = Number of students studying Chemistry = 135 \n" ); document.write( "* |P| = Number of students studying Physics = 115 \n" ); document.write( "* |B ∩ C| = Number of students studying Biology and Chemistry = 86 \n" ); document.write( "* |C ∩ P| = Number of students studying Chemistry and Physics = 70 \n" ); document.write( "* |P ∩ B| = Number of students studying Physics and Biology = 64 \n" ); document.write( "* |B ∩ C ∩ P| = Number of students studying all three subjects (what we need to find)\r \n" ); document.write( "\n" ); document.write( "The Principle of Inclusion-Exclusion for three sets is:\r \n" ); document.write( "\n" ); document.write( "|B ∪ C ∪ P| = |B| + |C| + |P| - |B ∩ C| - |C ∩ P| - |P ∩ B| + |B ∩ C ∩ P|\r \n" ); document.write( "\n" ); document.write( "We know that all 200 students study at least one subject, so |B ∪ C ∪ P| = 200. Plugging in the values:\r \n" ); document.write( "\n" ); document.write( "200 = 130 + 135 + 115 - 86 - 70 - 64 + |B ∩ C ∩ P| \n" ); document.write( "200 = 160 + |B ∩ C ∩ P| \n" ); document.write( "|B ∩ C ∩ P| = 40\r \n" ); document.write( "\n" ); document.write( "**3. Fill in the Venn Diagram:**\r \n" ); document.write( "\n" ); document.write( "* **B ∩ C ∩ P:** 40 (all three subjects) \n" ); document.write( "* **B ∩ C only:** 86 - 40 = 46 \n" ); document.write( "* **C ∩ P only:** 70 - 40 = 30 \n" ); document.write( "* **P ∩ B only:** 64 - 40 = 24 \n" ); document.write( "* **B only:** 130 - 46 - 40 - 24 = 20 \n" ); document.write( "* **C only:** 135 - 46 - 40 - 30 = 19 \n" ); document.write( "* **P only:** 115 - 24 - 40 - 30 = 21\r \n" ); document.write( "\n" ); document.write( "**4. Answers:**\r \n" ); document.write( "\n" ); document.write( "* **a. All 3 subjects:** 40 students \n" ); document.write( "* **b. Exactly 2 subjects:** 46 + 30 + 24 = 100 students \n" ); document.write( "* **c. Only Biology:** 20 students \n" ); document.write( " \n" ); document.write( " |