Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Probability of a student taking courses

Writer Sebastian Wright
$\begingroup$

There are $25$ students in a class. $10$ of them are taking English course, $12$ are taking French course, $16$ German course, $6$ English and French, $7$ English and German, and $5$ of them are taking French and German course. We randomly choose one of the students. What is the probability that the chosen student is taking all three courses?

Note: This question may be similar to this post.

If we use inclusion-exclusion principle: $$|E\cup F\cup G|=|E|+|F|+|G|-|E\cap F|-|E\cap G|-|F\cap G|+|E\cap F\cap G|$$ where $$|E|=10,|F|=12,|G|=16,|E\cap F|=6,|E\cap G|=7,|F\cap G|=5$$

But, in order to solve the problem we must assume that every student is taking at least one course (since that is not specified).

Is this correct?

By this assumption we have that $|E\cup F\cup G|=25$, and the probability that the one chosen student is taking all three courses is $$P(E\cap F\cap G)=\frac{|E\cap F\cap G|}{|E\cup F\cup G|}=1/5$$

$\endgroup$ 1

1 Answer

$\begingroup$

Is it possible for there to be a student that is taking no language?

Suppose that there is at least 1.

Then $|F\cup E\cup G| \le 24$

Which would then imply

$|F\cap E\cap G| \ge 6$

But $|F\cap G| = 5$ and that creates a contradiction.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy