A class is attended by $n$ sophomores, $n$ juniors and $n$ seniors. 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?
2026-04-09 03:27:28.1775705248
Sophomore + Junior + Senior
1.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
First, line up the sophmores in any way. Next, line up the juniors across from the sophmores in any one of $n!$ ways. After that, line up the seniors across from the juniors in any one of $n!$ ways. The result is a total of $(n!)^2$ ways.