document.write( "Question 872548: Find the number of ways in which a committee of 4 can be selected from among 45 members of a college fraternity \n" ); document.write( "
Algebra.Com's Answer #526275 by manu17(3)\"\" \"About 
You can put this solution on YOUR website!
we have to select a committee of four
\n" ); document.write( "we have 4 places
\n" ); document.write( "in first place any of the 45 can come..when one is selected in second place remaining 44 can be selected..in third place 43 then in fourth place remaining 42
\n" ); document.write( "so number of ways= 45*44*43*42=3575880
\n" ); document.write( "
\n" );