document.write( "Question 511003: how many groups of 2 boys and 2 girls can be formed from 5 boys and 5 girls? \n" ); document.write( "
Algebra.Com's Answer #342545 by SUNIL1987MAURYA(7)\"\" \"About 
You can put this solution on YOUR website!
no. of choices to choose girls=(5)C(2)
\n" ); document.write( "=(5*4)/(2*1)
\n" ); document.write( "=10
\n" ); document.write( "no. of choices to choose boys=(5)C(2)
\n" ); document.write( "=10
\n" ); document.write( "total no. of different groups=10*10
\n" ); document.write( "=100
\n" ); document.write( "
\n" );