document.write( "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. \n" ); document.write( "
Algebra.Com's Answer #613461 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
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.
\n" ); document.write( "----
\n" ); document.write( "# of ways to succeed:: 8*3*9
\n" ); document.write( "# of random triples:: 20C3
\n" ); document.write( "---
\n" ); document.write( "P(condition) = 8*3*9/20C3 = 0.1895
\n" ); document.write( "---------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "---------
\n" ); document.write( "
\n" );