document.write( "Question 295381: A committee of 3 is to be formed from a group of 7 people. How many different committees are possible? \n" ); document.write( "
Algebra.Com's Answer #213219 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A committee of 3 is to be formed from a group of 7 people. How many different committees are possible?
\n" ); document.write( "------------
\n" ); document.write( "groups are combinations.
\n" ); document.write( "----
\n" ); document.write( "7C3 = (7*6*5)/(1*2*3) = 35 committees are possible
\n" ); document.write( "----------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );