Good Probability question — and honestly one of those where the trap catches people who overthink it.
The concept being tested here is basic Combinatorics / Probability using combinations.
1. Count total socks: 7 pairs × 2 = 14 socks.
2. Total ways to choose any 2 socks from 14: C(14,2) = (14 × 13) / 2 = 91.
3. Favorable outcomes — how many ways to pick a matching pair? One way per pair type, so 7 ways total. (Pick either sock from pair #1, and the match is determined. Repeat for each of the 7 pairs.)
4. P(pair) = 7/91 = 1/13.
Answer is A.
The trap here is that some people calculate 7/C(14,2) and then second-guess themselves, thinking "wait, shouldn't there be more favorable outcomes?" There aren't. Once you fix which pair you're picking (7 choices), there's exactly one way to complete that pair, giving you 7 favorable outcomes.
The other classic trap is confusing this with ordered selection — but since we're just asking "did we get a pair," order doesn't matter. Stick with combinations.
Takeaway: when the problem says "chosen at random" with no mention of order, go straight to C(n,r).