[Math] solve probability that 2 events do not occur

probability

In a high school graduating class of 100 students, 54 studied mathematics, 69 studied history, and 35 studied both mathematics and history. If one of these students is selected at random, find the probability that

a). The student took mathematics or history

b). the student did not take either of these subjects

c). the student took history but not mathematics

Best Answer

If you draw the venn diagram as David suggested, the problem will be much clearer.

If you have 100 students, then

a) 69-35 = 34 students who studied only history. Likewise 54-35 = 19 who studied only math. This gives us 34+19 = 53 students who studied math OR history but not both. Hence the probability of choosing one of these students is 53/100. The question doesn't specify inclusive or exclusive OR. If it is inclusive or, then you have to add the students who took both math and history. This gives you 53 + 35 = 88 students hence a probability of 88/100.

b)The remaining students 100-88 = 12 didnt take any math nor history hence a probability of 12/100

c) From all the history students, you subtract the amount that did both math and history. So 69-35 = 34 students, hence a probability of 34/100

Hope this clears it up!

EDIT: You may want to read up on conditional probability and Bayes theorem, because I assume you're learning these techniques to solve these types of problems. EDIT2: I changed each answer, sorry about misleading you before.