Forikh
Company provides plumbing and heating contracts. Marketing dept figured that company had about a 50% chance of winning the plumbing contract, about 45% chance of winning the heating contract and about 15% winning both.
1.What's probability that they win at least one contract?
2. what is probability that they win exactly one contract?
3. given taht they win the plumbing contract, what is the probability that they win the heating contract/
please give as deatiled explanantion as possible.
Thanks
Denote: Plumbing as L and Heating as H, negation as ~P and ~H
Thus we have:
P(L) = 0.5
P(H) = 0.45
P(HL) = 0.15
For 1: P(no contracts) = 1 - P(HL) = 0.85
P(atleast 1 contract) = P(H) + P(L) - P(none) = 0.5 + 0.45 - 0.85 = 10%
For 2: P(only 1 contract) which is either heating or plumbing but not both
= P(H) + P(L) - P(HL)
= 0.5 + 0.45 - 0.15
= 0.8 or 80%
For 3: Given they one plumbing contract, what is the chance of winning heating contract
now: P(HL) = P(L).P(H/L)
Since we already have: P(HL) = 0.15 and P(L) = 0.5
therefore: P(H/L) = 0.15/0.5 = 0.30 or 30%