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?
----
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.
=============