Enter k in the Point Probability calculator to compute P(X = k) using: [C(K,k) × C(N-K, n-k)] / C(N,n). The three binomial coefficients account for all ways to select k successes and n-k failures.
The denominator C(N,n) counts all possible samples of size n from population N. The numerator counts samples with exactly k successes: choose k from K successes and n-k from N-K failures.
Try N = 52, K = 13, n = 5 (drawing 5 cards from a deck, counting spades). P(X = 2) ≈ 0.274 gives the probability of exactly 2 spades, accounting for sampling without replacement.