==========================================================
Explanation:
Define the events
The given probabilities are
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.