Remote Pairs in Sudoku — Bi-Value Chains and Long-Distance Eliminations
Remote pairs let you eliminate candidates across the entire grid by chaining bi-value cells together. Two cells with identical candidates {X, Y} are connected through a chain of intermediate cells — each holding only those same two candidates. Because the chain alternates which value each cell takes, the two endpoints must hold opposite values. Any cell that can see both endpoints cannot be X or Y: eliminate both.
If you're comfortable with naked pairs, remote pairs are the long-distance version — the same two-candidate logic extended across the grid via a chain. They also set you up for simple coloring and eventually ALS chains. Want to practice right away? Try spotting them in today's daily puzzle.
What is a Remote Pair?
A remote pair consists of two cells with identical candidates {X, Y} that are not in the same unit, but are connected through a chain of intermediate cells that also contain only {X, Y}. Each consecutive cell in the chain sees the next, and the alternating logic forces the endpoints to hold opposite values.
Why Remote Pairs Matter
- They introduce chaining logic - a fundamental concept for advanced solving.
- They find eliminations across distant parts of the grid.
- They work when local techniques (pairs, triples, wings) fail.
- They're a gateway to understanding forcing chains and other Master-level techniques.
- They demonstrate that Sudoku relationships extend beyond adjacent cells.
How to Spot a Remote Pair
- Identify bi-value cells.
Look for all cells with exactly two candidates. Mark them clearly. - Find matching pairs.
Look for two cells with the same pair of candidates (e.g., both have {2, 5}). - Check if they see each other.
If they're in the same unit, they're just a naked pair, not a remote pair. - Trace a chain between them.
Find a path of cells connecting them where each cell contains only those two candidates. - Verify chain length.
Count the connections. For simple remote pairs, the chain should have an even number of cells total. - Find elimination targets.
Look for cells that see both chain endpoints. - Eliminate.
Remove both candidates from any cell that sees both endpoints.
Remote Pairs vs Naked Pairs
These techniques share similar logic but different scopes:
- Naked Pair:
- Two cells in the same unit (row, column, or box)
- Both have the same two candidates
- Eliminate from other cells in that unit
- Local effect
- Remote Pair:
- Two cells connected by a chain, not in the same unit
- Both have the same two candidates
- Eliminate from cells seeing both chain endpoints
- Long-distance effect
Think of remote pairs as "naked pairs at a distance."
Step-by-Step Example
Let's identify a remote pair chain:
Bi-value cells with {4, 8}:
- Cell A: Row 1, Col 2 = {4, 8}
- Cell B: Row 1, Col 7 = {4, 8} (sees A via Row 1)
- Cell C: Row 3, Col 7 = {4, 8} (sees B via Column 7)
- Cell D: Row 3, Col 4 = {4, 8} (sees C via Row 3)
- Cell E: Row 6, Col 4 = {4, 8} (sees D via Column 4)
Chain tracing:
A → B → C → D → E
Parity logic (even-length chain):
- If A = 4, then B = 8 (A and B share a unit)
- If B = 8, then C = 4 (B and C share a unit)
- If C = 4, then D = 8 (C and D share a unit)
- Result: A and D are opposite — if A = 4 then D = 8, and vice versa.
The chain A→B→C→D has 4 cells (even length), so A and D hold opposite values. Any cell seeing both A (R1,C2) and D (R3,C4) can have 4 and 8 eliminated from it.
What about the full 5-cell chain A→B→C→D→E? With 5 cells (odd length), the endpoints hold the same value — useful for a different kind of inference, but not the classic remote pair elimination pattern. Stick to even-length chains for the standard technique.
Understanding Chain Parity
The chain length determines the relationship:
- Even number of cells (2, 4, 6...): Endpoints have opposite values → Can eliminate from cells seeing both
- Odd number of cells (3, 5, 7...): Endpoints have the same value → Different elimination pattern
For classic remote pairs, focus on even-length chains where endpoints are opposites.
Visual Example
- Setup: You have many cells with {2, 9} scattered across the grid.
- Chain identification: You trace a path: Cell 1 → Cell 2 → Cell 3 → Cell 4, all with {2, 9}.
- Each link: Adjacent cells in the chain see each other (same row, column, or box).
- Endpoints: Cell 1 and Cell 4 don't see each other directly but are connected through the chain.
- Parity check: 4 cells = even length → Cell 1 and Cell 4 have opposite values.
- Elimination: Find a cell that sees both Cell 1 and Cell 4. Remove 2 and 9 from it.
Strategies for Spotting Remote Pairs Quickly
- Map all bi-value cells
Create a visual map or list of all cells with exactly two candidates. - Group by candidate pair
Organize them: all {1,3} cells together, all {2,5} cells together, etc. - Look for strong links
Two cells with the same pair that see each other form a "strong link." Chain these together. - Trace chains systematically
Start from one cell and follow connections. Keep track of chain length. - Focus on common pairs
If many cells share {4,7}, there's a higher chance of finding chains.
Common Pitfalls
- Wrong chain length: Make sure you're counting correctly. The number of cells, not the number of links.
- Broken chains: Every adjacent pair in the chain must see each other (same row, column, or box).
- Same vs opposite values: Even chains → opposite values. Odd chains → same values.
- Missing the elimination cell: The target must see BOTH endpoints, not just one.
- Confusing with naked pairs: If two cells with the same candidates see each other directly, use naked pair logic instead.
Practice: Find the Remote Pair
Given these cells all with {3, 6}:
- Cell A: Row 2, Col 3
- Cell B: Row 2, Col 8 (sees A via Row 2)
- Cell C: Row 5, Col 8 (sees B via Column 8)
- Cell D: Row 5, Col 1 (sees C via Row 5)
Question: Is there a remote pair? What can be eliminated?
Solution:
- Chain: A → B → C → D (4 cells, even length)
- Endpoints: A (Row 2, Col 3) and D (Row 5, Col 1)
- They have opposite values (one is 3, the other is 6)
- Elimination target: Find cells that see both A and D
- For example, if there's a cell in Row 2 that's also in a box with Row 5, Col 1, or other complex visibility
- Action: Eliminate 3 and 6 from any cell seeing both endpoints
Why Remote Pairs Set the Stage
Remote pairs are your introduction to chaining techniques:
- They teach you to track relationships across multiple cells
- They introduce the concept of "strong links" (cells that see each other)
- They prepare you for forcing chains, alternating inference chains (AIC), and nice loops
- They demonstrate that Sudoku solving can involve graph-like reasoning
- They bridge the gap between local patterns and Master-level techniques
Quick Recap
| Technique | Scope | Connection | Elimination | Difficulty |
|---|---|---|---|---|
| Naked Pair | Local (one unit) | Direct | Same unit | Intermediate |
| Remote Pair | Global (chain) | Via chain | Sees both ends | Advanced |
Final Thought
Remote pairs open the door to chaining logic in Sudoku. Found two matching bi-value cells connected through a chain? You've discovered a remote pair - now find what sees both endpoints!
Frequently Asked Questions
What is a Remote Pair in Sudoku?
A remote pair is an advanced Sudoku technique where two cells with identical candidates {X,Y} are connected through a chain of intermediate cells that also contain only those same two candidates. If any cell can see both endpoints of the chain, you can eliminate X and Y from that cell, since the endpoints must contain opposite values.
How do I spot a Remote Pair?
To spot remote pairs: 1) Look for cells with exactly two candidates (bi-value cells), 2) Find two cells with the same pair of candidates that don't see each other directly, 3) Trace a chain of cells between them where each cell contains only those two candidates, 4) Count the chain length (should be even), 5) Eliminate from cells that see both chain endpoints.
What's the difference between Remote Pairs and Naked Pairs?
Naked pairs are two cells in the same unit (row, column, or box) with identical candidates, eliminating from that unit. Remote pairs are two cells with identical candidates connected through a chain, not necessarily in the same unit. Remote pairs eliminate from cells that see both chain endpoints. Naked pairs are local; remote pairs work at a distance.
Why are Remote Pairs important?
Remote pairs are important because they introduce chaining logic to Sudoku solving, they find eliminations across distant parts of the grid, they work when local techniques fail, and they're a gateway to understanding forcing chains and other advanced chaining techniques.
When should I look for Remote Pairs?
Look for remote pairs after exhausting local techniques like naked and hidden subsets. They're most useful in advanced puzzles with many bi-value cells. Start by identifying all cells with exactly two candidates, then look for chains connecting cells with identical pairs.
Ready to advance? Try Simple Coloring next — it applies the same parity logic to a single candidate across the whole grid — or jump to Forcing Chains for the full chain-based toolkit.
What to Study Next
Remote pairs sit at the entry point of chaining logic. The clearest onward paths extend the same bi-value reasoning to broader chain families:
- Natural next step: Simple Coloring — applies the same alternating parity logic to a single candidate across the whole grid, extending the chain beyond just bi-value cells
- Alternative approach: XY-Wing — three bi-value cells creating a forced elimination; uses the same if-one-true-then-other-false reasoning but in a three-cell pivot structure
- Advance to: Forcing Chains — the general-purpose if-then chain framework; works when no clean bi-value chain exists on a given puzzle
- Go back if needed: Naked Pairs — if the chain parity logic felt uncertain, Naked Pairs applies the same two-candidate reasoning within a single unit at smaller scale
Where to Practice
- Daily Sudoku puzzle — a new puzzle every day, up to expert level
- Printable Expert Sudoku PDFs — work through bi-value chains on paper where you can mark and trace candidates by hand
- Sudoku a Day app — ad-free daily puzzles on iOS
Ready to use Remote Pairs? Practice in today's free daily Sudoku puzzle — a new grid every day.
Play today's daily puzzleReady to practice? Try the Sudoku a Day app — ad-free, with daily puzzles from beginner to expert. Download on the App Store