Answer:
380 different ways
Explanation:
We can solve this problem using a permutation formula, as the order in a group of two students matter.
So, for this problem, we have 20 students and want to form groups of 2, so we have a permutation of 20 choose 2:
P(20,2) = 20! / (20-2)! = 20! / 18! = 20 * 19 = 380 different ways
Another way to solve this problem is:
For the first student being chose, we have 20 students available, and for the second student, we have just 19, as one was already chose, so the number of ways to choose these two students is 20 * 19 = 380