[Math] Why does using the probability of the complementary event in the following question yield incorrect results

probability

I was working on a probability question when I got stuck. The question goes as follows:

On any day, the probability that a boy eats his prepared lunch is 0.5. The probability that his sister eats her lunch i 0.6. The probability that the girl eats her lunch given that the boy eats his is 0.9. Determine the probability that: a) both eat their lunch b) the boy eats his lunch given that the girl eats hers c) at least one of them eats their lunch.

The first one I got right, but I am not completely sure why it is right. Apparently the answer to a) is $9\over 20$ because since the boy ate his lunch, the girls probability of eating is 0.9 and if you multiply the two probabilities you get $9\over 20$. However this does not seem to take into account the possibility that the girl ate her lunch first, in which case the probability of both eating is $3\over 10$.

As for question b) I did understand, but c) made me rather confused. My reasoning was that the probability that at least one of them ate their lunch was complementary to neither eating their lunch, which thus leads to the answer 0.8. However, the answer which the book gives is 0.65. I therefore though that $P($ at least one eats $)=P(both)+P(B|G')+P(G|B')$, but this gave me some strange number. Does anyone have any suggestions on how to continue?

Best Answer

For(a), $P(A \cap B) = P(A|B)P(B) = P(B|A)P(A) = P(B \cap A)$.

For (b) the answer is $P(B|A) = 0.45/0.6$.

For (c), the answer is $P(A \cup B) = P(A)+P(B)-P(A \cap B)$.

Related Question