document.write( "Question 320719: The senate in a certain state is comprised of 59 republicans, 39 democrats, and 2 independents. How many committees can be formed if each committee must have 4 republicans and 3 democrats.
\n" );
document.write( "____ committees can be formed. \n" );
document.write( "
Algebra.Com's Answer #229657 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The senate in a certain state is comprised of 59 republicans, 39 democrats, and 2 independents. How many committees can be formed if each committee must have 4 republicans and 3 democrats. \n" ); document.write( "---------------- \n" ); document.write( "# of ways to pick 4 republicans: 59C4 \n" ); document.write( "--- \n" ); document.write( "# of ways to pick 3 demoncrate: 39C3 \n" ); document.write( "------------------------- \n" ); document.write( "# of ways to form the committee: product = 4,159,396,514 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |