document.write( "Question 269517: How many different two-person committees can be formed from a group of six people? \n" ); document.write( "
Algebra.Com's Answer #197525 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
We have 6 people and want to \"choose\" 2 of them, so we get
\n" ); document.write( "6c2 = 15 possible combinations
\n" ); document.write( "
\n" );