In how many ways can these students form n groups of three people each if each group is to contain a sophomore, a junior, and a senior?

Respuesta :

I think this is the number of combinations in n students taking 3 at a time

This is defines as:
   n!
----------
3! (n-3)!