Permutations & Combinations
Combinations
Grade 11
Question:
<p>Find the number of ordered pairs \((x, y)\) if \(x, y \in \{0, 1, 2, 3, \ldots, 10\}\) and if \(|x - y| > 5\).</p>
Step-by-Step Solution
Key Concept: Count pairs where the absolute difference exceeds 5 by splitting into cases: x > y + 5 and y > x + 5, then sum both regions symmetrically.
<p><strong>Step 1:</strong> Recognize that |x - y| > 5 splits into two cases: x - y > 5 OR y - x > 5.</p><p><strong>Step 2:</strong> For case x - y > 5 (i.e., x ≥ y + 6):</p><p>• If y = 0: x ∈ {6,7,8,9,10} → 5 pairs</p><p>• If y = 1: x ∈ {7,8,9,10} → 4 pairs</p><p>• If y = 2: x ∈ {8,9,10} → 3 pairs</p><p>• If y = 3: x ∈ {9,10} → 2 pairs</p><p>• If y = 4: x ∈ {10} → 1 pair</p><p>• If y ≥ 5: no valid x</p><p>Subtotal: 5 + 4 + 3 + 2 + 1 = 15 pairs</p><p><strong>Step 3:</strong> By symmetry, case y - x > 5 (i.e., y ≥ x + 6) also yields 15 pairs.</p><p><strong>Step 4:</strong> No overlap exists since |x - y| > 5 cannot equal both x - y > 5 and y - x > 5 simultaneously.</p><p>∴ Answer: 15 + 15 = <strong>30</strong></p>
Correct Answer: 30