SOLUTION: a survey of 120 executives found that 80 own luxury cars,50 own SUV's and 38 own both. A.) find the probability that an executive owns either a luxury car or an SUV
Algebra ->
Probability-and-statistics
-> SOLUTION: a survey of 120 executives found that 80 own luxury cars,50 own SUV's and 38 own both. A.) find the probability that an executive owns either a luxury car or an SUV
Log On
Question 764144: a survey of 120 executives found that 80 own luxury cars,50 own SUV's and 38 own both. A.) find the probability that an executive owns either a luxury car or an SUV B)find the probability that an executive owns an SUV given that he doesn't own a luxury car
Thank you for this help Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! a survey of 120 executives found that 80 own luxury cars,50 own SUV's and 38 own both.
# with no lux = 120-80 = 40
----------------------------
A.) find the probability that an executive owns either a luxury car or an SUV
P(lux OR SUV) = P(lux)+P(SUV)-P(lux AND SUV) = [80+50-38]/120 = 92/120
----------------------------
B)find the probability that an executive owns an SUV given that he doesn't own a luxury car
P(SUV | no lux) = [P(SUV AND no lux)]/P[lux] = 50/80 = 5/8
============================
Cheers,
Stan H.
===============