What Is the Probability That Both Peter and Simon Get Poisoned?

  • Thread starter Thread starter Gauss M.D.
  • Start date Start date
  • Tags Tags
    Combinatorics Head
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Gauss M.D.
Messages
151
Reaction score
1

Homework Statement



Peter and Simon shares a bag of 11 fruits, of which 3 are poisoned. Peter eats 4 fruits, Simon eats 3 and their dog eats 1 fruit.

What is the probability that both Peter and Simon gets poisoned, given that the dog ate a healthy fruit?

Homework Equations





The Attempt at a Solution



The dog simply removed a healthy fruit, so we can reformulate the question as: Given 10 fruits of which 3 are poisoned, what is the probability both Peter (4 fruits) and Simon (6 fruits) gets poisoned?

A = Peter gets poisoned
B = Simon gets poisoned
XcY = X choose Y

P(A) = (3c3*7c1 + 3c2*7c2 + 3c1*7c3)/10c4

P(A[itex]\cap[/itex]B) = (3c2*7c2*1c1*5c5 + 3c1*7c3*2c1*6c4 + 3c1*7c3*2c2*6c3)/(10c4*6c5)

P(B|A) = P(A[itex]\cap[/itex]B)/P(B)

This should work I believe. But I feel like I'm deriving the Fourier heat equation to figure out the boiling point of water. Is there an easier way?
 
on Phys.org
HallsofIvy said:
Either of Peter or Simon will be poisoned if they eat at least one poisoned fruit, right? So it is sufficient to calculate the probability they get NO poisoned fruit, then subtract from 1.
It asks for the prob that both get poisoned, not that at least one gets poisoned. If you're applying that individually it's true, but that still doesn't deal with the joint probability.
Or maybe you meant this: P(A&B) = 1 - P(!A) - P(!B) + P(!A&!B) (! signifying NOT).