Question 1028957
.
A class has 27 students. In how many different ways can six students form a group for an activity?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
{{{C[27]^6}}} = {{{(27*26*25*24*23*22)/(1*2*3*4*5*6)}}} = 9*26*5*23*11 = 296010 combinations.


To learn more about combinations, see the lesson <A HREF=https://www.algebra.com/algebra/homework/Permutations/Introduction-to-Combinations-.lesson>Introduction to Combinations</A>  in this site.
</pre>