Question 315418
A committee of three people is selected at random from a set of seven Americans, five French people and three English people. What is the probability that the committee has no Americans?
-----------
# of ways to select three that are not Americans: 8C3
---
# of ways to select three randomly: 15C3
----
P(3 not American) = 8C3/15C3 = (8*7*6)/(15*14*13) = 0.1231
=====================
Cheers,
Stan H.