document.write( "Question 813523: a team of 4 is to be choosen at random from 5 women and 6 men.in how many ways can this be done if
\n" );
document.write( "a. there are no restrictions.
\n" );
document.write( "b. there must be more men than women. \n" );
document.write( "
Algebra.Com's Answer #492661 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! We can use the counting principle:\r \n" ); document.write( "\n" ); document.write( "a) 11 people, choose 4...11*10*9*8=7920 \n" ); document.write( "b) more men than women means 3 men... (6*5*4)(5*4)=2400 \n" ); document.write( " |