document.write( "Question 348475: 50 Americans, 45 Europeans and 1 Asian are forming a committee and 3 representatives are to be chosen at random to head the committee. Using number of combinations, find probability that the group of three consists of one American, one European and 1 Asian. \n" ); document.write( "
Algebra.Com's Answer #249120 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
P=((50C1)(45C1)(1C1))/96C3
\n" ); document.write( "=(50*45*1)/142880
\n" ); document.write( "=2250/142880
\n" ); document.write( "=.0157 probability that the group of three consists of one American, one European and 1 Asian.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );