Answer:
Permutation ; 210 ways
Explanation:
Permutation and combination methods refers to mathematical solution to finding the number of ways of making selection for a group of objects.
Usually, selection process whereby the order of selection does not matter are being treated using permutation, while those which takes the order of selection into cognizance are calculated using combination.
Here, selecting 2 players from 15 ; since order does not matter, we use permutation ;
Recall :
nPr = n! ÷ (n - r)!
Hence,
15P2 = 15! ÷ (15 - 2)!
15P2 = 15! ÷ 13!
15P2 = (15 * 14) = 210 ways