SOLUTION: Of the 300 grade 10 students of a certain high school, 120 joined Mathematics club, 115 joined Science club and 100 joined English club. Furthermore, 55 joined Mathematics and Sc

Algebra ->  Probability-and-statistics -> SOLUTION: Of the 300 grade 10 students of a certain high school, 120 joined Mathematics club, 115 joined Science club and 100 joined English club. Furthermore, 55 joined Mathematics and Sc      Log On


   



Question 1192210: Of the 300 grade 10 students of a certain high school, 120 joined Mathematics club, 115 joined Science club and 100 joined English club. Furthermore, 55 joined Mathematics and Science club, 50 joined Mathematics and English club and 40 joined Science and English club. Finally, 80 students did not join any of these clubs. If a student is selected from this group, find the probability that the chosen student joined

a) all the three clubs.

b) Mathematics or the English club.

c) any of the three clubs.

d) Science club only.

e) Mathematics and Science club but not English club.

Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

The "10" of "grade 10" will be completely ignored because "grade 10" is a categorical label and not a count of any number of students.
We could easily replace the label "grade 10" with "sophomore" to help avoid such a distraction.

Define these sets
U = universal set (collection of all 300 sophomores)
M = set of people in the math club
S = set of people in the science club
E = set of people in the english club

From that we can say
n(U) = number of sophomores total
n(M) = number of people in the math club
n(S) = number of people in the science club
n(E) = number of people in the english club

Let's break down what your teacher gave you into separate bite-sized facts.
  • Fact 1 : 300 sophomore students total
  • Fact 2 : 120 in the math club
  • Fact 3 : 115 in the science club
  • Fact 4 : 100 in the english club
  • Fact 5 : 55 in math and science
  • Fact 6 : 50 in math and english
  • Fact 7 : 40 in science and english
  • Fact 8 : 80 in neither of the three clubs
Then we can say the following
StatementReason
n(U) = 300Fact 1
n(M) = 120Fact 2
n(S) = 115Fact 3
n(E) = 100Fact 4
n(M and S) = 55Fact 5
n(M and E) = 50Fact 6
n(S and E) = 40Fact 7
n(not M, not S, not E) = 80Fact 8


Now use the inclusion-exclusion principle to find how many people are in all three clubs simultaneously.
n(U) = n(M) + n(S) + n(E) - n(M and S) - n(S and E) - n(M and E) + n(M and S and E) + n(not M, not S, not E)
300 = 120 + 115 + 100 - 55 - 40 - 50 + n(M and S and E) + 80
300 = 270 + n(M and S and E)
n(M and S and E) = 300-270
n(M and S and E) = 30
There are 30 sophomores in all three clubs at once.

Then we can say
n(M and S, not E) = n(M and S) - n(M and S and E)
n(M and S, not E) = 55 - 30
n(M and S, not E) = 25
For more info, check out the concepts about set subtraction and set complements.

Similarly,
n(M and E, not S) = n(M and E) - n(M and S and E)
n(M and E, not S) = 50 - 30
n(M and E, not S) = 20

And,
n(S and E, not M) = n(S and E) - n(M and S and E)
n(S and E, not M) = 40 - 30
n(S and E, not M) = 10

Once again, we'll use the inclusion-exclusion principle to get the following:
n(M only) = n(M) - n(M and S) - n(M and E) + n(M and S and E)
n(M only) = 120 - 55 - 50 + 30
n(M only) = 45

Furthermore,
n(S only) = n(S) - n(M and S) - n(S and E) + n(M and S and E)
n(S only) = 115 - 55 - 40 + 30
n(S only) = 50

Lastly,
n(E only) = n(E) - n(M and E) - n(S and E) + n(M and S and E)
n(E only) = 100 - 50 - 40 + 30
n(E only) = 40

Summary:
  • n(M only) = 45
  • n(S only) = 50
  • n(E only) = 40
  • n(M and S, not E) = 25
  • n(M and E, not S) = 20
  • n(S and E, not M) = 10
  • n(M and S and E) = 30
  • n(not M, not S, not E) = 80
Those values will then fill out the venn diagram as shown below.

Take careful note how the numbers are placed in the eight separate regions.
For example, the "30" in the very middle is in all three circles at once to show the number of students who signed up for all three clubs.
Then something like "25" is only in the math and science circles, but outside the english circle.
The other values are handled the same way.

As a way to check...
  • Adding up all the numbers in the M circle should get you 120.
  • Adding up all the numbers in the S circle should get you 115.
  • Adding everything in the E circle should yield 100.
  • Adding all of the values should get you 300.
For more practice with venn diagram problems, see this link
https://www.algebra.com/algebra/homework/Subset/Subset.faq.question.1192015.html

==========================================================================

There's quite a bit of set up required to get the venn diagram.
However, once we have the diagram, the questions can be quickly answered.

For part (a), we want to know the probability of someone being in all three clubs.
The venn diagram shows 30 such people and this is out of 300 total.
30/300 = 1/10 is the probability of getting someone who is in all three clubs at once.

Now onto part (b). Add up the numbers that are in circle M or circle E, or both regions.
45+25+20+30+40+10 = 170
This is out of 300 total, so we get 170/300 = 17/30 as the probability.

For part (c), we add up all the numbers in any of the three circles.
45+25+50+20+30+10+40 = 220
Or as a shortcut, we can note that if 80 people are not in any of the three clubs, then 300-80 = 220 are in at least one club.
220/300 = 11/15

For part (d), we found that there are 50 students signed up for the science club only.
50/300 = 1/6

In the final part (e), we once again refer to the venn diagram.
Locate the value in circles M and S, but outside circle E. This is the value 25.
25/300 = 1/12

===========================================================

Answers:
a) 1/10
b) 17/30
c) 11/15
d) 1/6
e) 1/12