::
The correct answer is A.
Counting problems involve determining the exact number of ways two or more operations or events can be performed together. This particular counting problem can be solved using a combination, which is basically a selection of some given items where the order does not matter. The formula is:
nCr = n!/((n-r)!r!)
Where
n=15; and
r=3
nCr = 15!/((15-3)!*3!) = 455