document.write( "Question 1135819: Your science group has 9 boys and 12 girls in it. You want them to work on a project together. how many different groups of 3 can you create? \r
\n" );
document.write( "\n" );
document.write( "and How many different groups of 6 can you create if you want 3 boys and 3 girls in the group?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #753498 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "(1) There are 9+12=21 people in the group; you can choose any 3 of them. \n" ); document.write( " \n" ); document.write( "1330 different groups of 3 if there are no restrictions. \n" ); document.write( "(2) Now you have to choose 3 of the 9 boys AND 3 of the 12 girls. The \"AND\" means you are going to multiply the two numbers to get the final answer. \n" ); document.write( " \n" ); document.write( "18480 different groups of 6 consisting of 3 boys and 3 girls. \n" ); document.write( " |