Hello,
I have a question about this practice problem. The explanation of the solution to the problem given on that page makes intuitive sense to me, but I got to a different solution and can't see where I went wrong.
The problem concerns a selection of students with the probability of each student being enrolled in
It asks for the probability of one student being in French but not in Spanish .
So my understanding and this explainer leads me to believe, that Also, I was quite confident that But that is of course different from the intuitively explained solution of .
What was my mistake?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
The probability of a student studying french or spanish is not mutually exclusive, so P(B)=P(F)⋅P(S) does not hold.
It should
P(B)=(P∪S)−P(S)=(1−0.8)−0.3=0.5.
Log in to reply
P(B)=P(F∩S) is not 0.5, P(F\S) is. You likely mean P(F\S)=P(F∪S)−P(S)=1−0.2−0.3=0.5. But that clears things up. Thank you.