Pointing Pair - Leveraging Block and Line Intersections

·5 min read

A Pointing Pair occurs when all candidates for a specific digit within a block fall on the same row or column, allowing that digit to be eliminated from other blocks along that line. This article explains this intermediate technique that combines block and line constraints.

The Principle Behind Pointing Pairs

Consider a block where all candidates for a specific digit (say, 5) fall on the same row. Since 5 must go somewhere in this block, and all its possible positions are on the same row, 5 is locked into this row within this block. Therefore, 5 can be eliminated from all cells on the same row that belong to other blocks. This is a Pointing Pair. When the candidates occupy 2 cells it is called a Pair; when they occupy 3 cells, a Triple.

The Difference from Box/Line Reduction

Pointing Pairs are often confused with Box/Line Reduction. A Pointing Pair eliminates in the direction from block to row/column. Box/Line Reduction works in the reverse direction, from row/column to block. If all candidates for a digit in a row fall within the same block, that digit can be eliminated from other cells in that block (those not on the same row). The direction is reversed, but the logical basis is the same: constraint intersection.

How to Find Them Efficiently

To find Pointing Pairs, check the candidate positions for each digit within each block. If candidates are limited to 2-3 cells and they all align on the same row or column, a Pointing Pair is established. In practice, blocks with 4-5 empty cells are the best targets. Too many empty cells cause candidates to scatter, while too few mean candidates are already constrained.

Importance at Hard Level

At Hard difficulty, Naked Singles and Hidden Singles alone will always reach a dead end. Pointing Pairs and Naked Pairs are the primary techniques for breaking through this wall. Pointing Pairs in particular are relatively easy to spot when pencil marks are accurately maintained, making them the most cost-effective technique for conquering Hard-level puzzles.

The Chain of Placements a Pointing Pair Triggers

The true value of a pointing pair lies not in the single elimination but in the chain it sets off afterward. When you eliminate the candidate 5 from a row, candidates often shrink in the affected blocks and cells, where new naked singles or hidden singles frequently appear. For example, if in another block the candidates for 5 drop to a single cell, 5 is immediately fixed there. It is not unusual for one pointing pair to spread its effect across the board like ripples, advancing placements several moves ahead. That is exactly why the habit of, once you perform an elimination, immediately reviewing the rows, columns, and blocks involving that number to check for newly fixed cells greatly affects your solving speed.

A Pointing Pair Seen Through an Example

Let us solidify understanding with a concrete example. Consider the top-left block. Suppose that among this block's empty cells, the number 3 can only go in the two cells of the top tier, both belonging to row 1. Since 3 must go somewhere in this block, 3 is therefore fixed within this block in row 1. Then you can erase 3 as a candidate from the cells of the other two blocks belonging to row 1. The point to note here is that if the block's candidates for 3 spanned the top and middle tiers, this logic would not hold. That the candidates are entirely aligned in a single row (or column) is the absolute condition; if even one candidate lies in another row, you cannot eliminate.

Tips for Finding Pointing Pairs

To search for pointing pairs efficiently, make a habit of viewing each number's candidate positions block by block. Good targets are blocks with about four or five empty cells remaining. With too many empty cells, candidates scatter and rarely line up in a row or column; with too few, candidates are already limited and another technique settles it. Keeping accurate pencil marks is also a prerequisite. A missed candidate means you fail to notice that they are actually aligned in one row, so you overlook the pointing pair. Conversely, an un-erased candidate makes them look aligned when they are not, leading to a wrong elimination. The patient scan of following each number one at a time, block by block, is ultimately the most reliable way to find them.

Do Not Over-Rely on One Technique

The pointing pair is a breakthrough at Hard difficulty, but overconfidence is forbidden. An elimination does not necessarily produce the next placement. If the board does not move after an elimination, you often must continue the same scan in another block or with another number, and a path opens only when you combine it with hidden pairs and naked pairs. An attitude of not leaning entirely on one technique but trying several viewpoints in turn is the key to solving hard puzzles to the end. When you feel stuck, changing perspective and viewing the same board from a different angle is the shortcut to finding the next move.