document.write( "Question 198261: How many subcommittees, each consisting of 2 Republicans and 1 Democrat, can be formed from a committee of 3 Republicans and 3 democrats? \n" ); document.write( "
Algebra.Com's Answer #148707 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
How many subcommittees, each consisting of 2 Republicans and 1 Democrat, can be formed from a committee of 3 Republicans and 3 democrats?
\n" ); document.write( "---------------
\n" ); document.write( "# of ways to choose 2 Republicans: 3C2 = 3
\n" ); document.write( "# of ways to choose 1 Democrat = 3C1 = 3
\n" ); document.write( "Total # of subcommittees = 3*3 = 9
\n" ); document.write( "--------------------------------------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );