Answer:
990 different combinations
Explanation:
There are 6 juniors and 12 seniors for a total of 16 students
Out of 6 juniors we have to pick 2 juniors
Out of 12 seniors we have to pick 2 seniors
The number of items r that we can pick from a larger set of n items is given by C(n, r) pronounced n choose r.. This is sometimes written as nCr
The formula forC(n, r) is

where n! = n factorial = n x (n-1) x (n-2) x .... x 3 x 2 x 1
We can choose 2 juniors out of 6 juniors in C(6, 2) ways
and
2 seniors out of 12 seniors in C(12, 2) ways


Therefore the total number of ways you can select 2 juniors and 2 seniors from a pool of 6 juniors and 12 juniors
= 15 x 66 = 990