Ways to choose k items from n when order does not matter
C(10,3) = 120
Next stepTo list every combination, see a combinations-generator tool; for probability use this count as the denominator.