document.write( "Question 472312: Can you help me with this problem please? -> How many ways are there to choose a committee of 7 people from a group of 10 people? \n" ); document.write( "
Algebra.Com's Answer #323853 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "How many ways are there to choose a committee of 7 people from a group of 10 people?
\n" ); document.write( " 10C7 ways |nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( " 10C7 = 10!/7!3! = 10*9*8/2*3 = 5*3*8 = 120 ways \n" ); document.write( "
\n" );