document.write( "Question 451130: From five girls and seven boys, six are chosen.
\n" ); document.write( "What is the probability that there is exactly one girl chosen?
\n" ); document.write( "

Algebra.Com's Answer #310243 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "From five girls and seven boys(12 in ALL), six are chosen.
\n" ); document.write( "What is the probability that there is exactly one girl chosen?
\n" ); document.write( " P = 5C1*7C5/12C6 | nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( " P = 5*21/924 = .1136 \n" ); document.write( "
\n" );