document.write( "Question 855455: From agroup of 7men & 8women,5 persons are selected to form a committee so that atleast 3men are there on committee.in how many ways can it be done? \n" ); document.write( "
Algebra.Com's Answer #515367 by chndnbl(31)\"\" \"About 
You can put this solution on YOUR website!
Men[7] - (1) 3 : (2) 4
\n" ); document.write( "women[8] - (1) 2 : (2) 1
\n" ); document.write( "commitee[5]
\n" ); document.write( "1)7C3 * 8C2 = 980
\n" ); document.write( "2)7C4 * 8C1 = 280
\n" ); document.write( "number of ways commitee can be formed=1260
\n" ); document.write( "
\n" );