document.write( "Question 1045960: A team of five is chosen from seven men and five women to work on a special project.
\n" );
document.write( "A: in how many ways can the team be chosen?
\n" );
document.write( "B: in how many ways can the team be chosen to include just three women?
\n" );
document.write( "C: what is the probability that the team includes just three women? \n" );
document.write( "
Algebra.Com's Answer #661507 by robertb(5830)![]() ![]() You can put this solution on YOUR website! a. 12C5 = 792\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b. (5C3)*(7C2) = 10*21 = 210\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c. 210/792 = 35/132 \n" ); document.write( " |