document.write( "Question 308611: In how many ways can a subcommittee of five people be selected from a committee of ten people? \n" ); document.write( "
Algebra.Com's Answer #220659 by vksarvepalli(154)\"\" \"About 
You can put this solution on YOUR website!
it can be done in 10C5 ways = (10*9*8*7*6)/(5*4*3*2*1)\r
\n" ); document.write( "\n" ); document.write( " = 9*4*7
\n" ); document.write( " = 252\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Ans: 252 ways
\n" ); document.write( "
\n" );