document.write( "Question 786836: Ther are 7 girls and 3 boys in a class. Two students are to be randomly chosen for a special project. What is the probability of selecting a boy and a girl. \n" ); document.write( "
Algebra.Com's Answer #477988 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Combination = nCr = n!/((n-r)!r!)
\n" ); document.write( "((7C1)(3C1))/(10C2)
\n" ); document.write( "= (7*3)/45
\n" ); document.write( "=21/45 = 7/15 the probability of selecting a boy and a girl.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );