Question 994345
A basket contains 8 oranges, 3 mangoes and 9 apples. If 3 fruits are drawn at random, determine the probability that 1 of each fruit is drawn. 
----
# of ways to succeed:: 8*3*9 
# of random triples:: 20C3
---
P(condition) = 8*3*9/20C3 = 0.1895
---------
Cheers,
Stan H.
---------