SOLUTION: If 10% of cars approaching intersection turn left, what is probability that at least one out of three cars chosen at random will turn left?
Algebra ->
Probability-and-statistics
-> SOLUTION: If 10% of cars approaching intersection turn left, what is probability that at least one out of three cars chosen at random will turn left?
Log On
Question 505215: If 10% of cars approaching intersection turn left, what is probability that at least one out of three cars chosen at random will turn left? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! If 10% of cars approaching intersection turn left, what is probability that at least one out of three cars chosen at random will turn left?
----
Binomial Problem with n = 3 and p = 0.1
----
P(1<= x <=3) = 1 - P(x = 0)
= 1 - 0.9^3
---
= 1 - 0.7290
---
= 0.2710
=============
Cheers,
Stan H.
=============