I see example on http://www.thonky.com/sudoku/hidden-pairs-triples-quads/ (maybe only this example is bad?) There are cell 4 (counting from 0) and have possibilities:3,5,7,9. Is pair (5,9) and other possibilities was cross out.
But I analyze:
1,3->0,1,5,7
1,5->5
1,7->0,1
1,8->0,1,5,8
1,9->5
3,5->4,5
3,7->0,1,4
3,8->0,1,5
3,9->4,5
5,7->4
5,8->5
5,9->4,5
7,8->0,1
7,9->4
8.9->5
This mean: pair (1,3) is at positions 0,1,5,7, pair (1,5) at position 5. Let choose this pair which have exactly two positions:
1,7->0,1
3,5->4,5
3,9->4,5
5,9->4,5
7,8->0,1
Is five pairs with this feature and choosing (5,9) is arbitrary (?). Three pairs belongs to cell 4: (3,5),(3,9) and (5,9)
Cell 4 has possibilities: 3,5,7,9
(3,5) -> no 7,9 in this cell
(3,9) -> no 5,7 in this cell
(5,9) -> no 3,7 in this cell
This means that there was no possibility of any digit. Hidden Pairs strategy is misleading?