Answer: 0.48
==========================================================
Step-by-step explanation:
Define the events
- D = person orders a drink
- H = person orders a hamburger
- F = person orders fries
The given probabilities are
- P(D) = 0.90
- P(H) = 0.60
- P(F) = 0.50
- P(F given H) = 0.80
The notation "P(F given H)" refers to conditional probability. If we know the person ordered a burger, then it changes the P(F) from 0.50 to 0.80; hence the events H and F are dependent.
----------------------
We want to find the value of P(H and F), which is the same as P(F and H)
We can use the conditional probability formula
P(F given H) = P(F and H)/P(H)
P(H)*P(F given H) = P(F and H)
P(F and H) = P(H)*P(F given H)
P(F and H) = 0.60*0.80
P(F and H) = 0.48
There's a 48% chance someone orders a burger and fries.