document.write( "Question 811853: in how many ways a committe of five can be formed from out of 5 men and 3 women so as to include at least one women \n" ); document.write( "
Algebra.Com's Answer #488939 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
in how many ways a committe of five can be formed from out of 5 men and 3 women so as to include at least one women
\n" ); document.write( "
\r\n" );
document.write( "The number of ways of choosing r things out of n things is C(n,r).\r\n" );
document.write( "\r\n" );
document.write( " \"%22%22=%22%22\" \"%22%22-%22%22\" = C(8,5)-C(5,5) = 56-1 = 55 ways. \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );