document.write( "Question 264622: How many ways can a committee of 7 be chosen from 20 people?
\n" ); document.write( "I know you use 20 C 7 and that the answer is 77520, but I do not understand HOW to get the answer, can anyone do it step by step?
\n" ); document.write( "

Algebra.Com's Answer #194801 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
20 C 7
\n" ); document.write( "20!/7!13!
\n" ); document.write( "20!=2.4329*10^18
\n" ); document.write( "7!=5,040
\n" ); document.write( "13!=6.227*10^9
\n" ); document.write( "2.4329*10^18/(5,040*6.227*10^9)
\n" ); document.write( "2.4329*10^18/3.138*10^13
\n" ); document.write( "77,520 ANS.
\n" ); document.write( "
\n" );