Supposed there are 3 men who are all owners of their own Smarties factories. Burr Kelly, being the brightest and most innovative of the men, produces considerably more Smarties than his competitors and has a commanding 45% of the market share. Yousef See, who inherited his riches, lags behind Burr and produces 35% of the world’s Smarties. Finally Stan Furd, brings up the rear with a measly 20%. However, a recent string of Smarties related food poisoning has forced the FDA investigate these factories to find the root of the problem. Through his investigations, the inspector found that one Smarty out of every 100 at Kelly’s factory was poisonous. At See’s factory, 1.5% of Smarties produced were poisonous. And at Furd’s factory, the probability a Smarty was poisonous was 0.02.
(a) What is the probability that a randomly selected Smarty will be safe to eat? I solved this one and got 0.98625
(b) If we know that a certain Smarty didn’t come from Burr Kelly’s factory, what is the probability that this Smarty is poisonous? not sure how to go about this one, please help
(c) Given this information, if a randomly selected Smarty is poisonous, what is the probability it came from Stan Furd’s Smarties Factory? not sure how to go about this one, please help
For the (b) part of your question you work similarly as with (a) but you must notice that from the smarties that don't come from Burr Celly's factory, the $\frac{35}{35+20}=\frac{7}{11}\simeq0.6364\%$ come from Yousef's factory and the other $\frac{4}{11}$ come from Stan's factory.
So now like you did in (a):
$P(poisoned|notfromBurrKelly)=\frac{7}{11}*0.015+\frac{4}{11}*0.02=0.0168181...$
For the (c) part of your question you need to use Bayes' Theorem.
Let's define as $A$ the event that a smarty is poisonous, and as $B$ the event that a smarty comes from Stan Furd.
We need to calculate $P(B|A)$ and using the Bayes Rule we have:
$P(B|A)=\frac{P(A|B)*P(B)}{P(A)}=\frac{0.02*0.2}{1-0.98625}=0.290909...$