9514 1404 393
Answer:
300
Explanation:
There are 25 ways to select the first student. After that student is removed from the selection pool for the second student, there are 24 ways to select the second student. This gives 25·24 = 600 ways to select 2 students in a particular order.
Since we don't care about the order, we can divide this number by the number of ways two students can be ordered: AB or BA, 2 ways.
600/2 = 300
There are 300 ways to pick a combination of two students from 25.
__
Additional comments
This sort of selection (2 out of 25) has a formula for it, and an abbreviation for the formula.
"n choose k" can be written nCk or C(n, k)
The function is a ratio of factorials:
nCk = n!/(k!(n-k)!)
If you can typeset this, it is written ...
This is different from the formula for the number of permutations of n things taken k at a time. That would be written nPk or P(n, k) = n!/(n-k)!.