This puzzle is simply too easy to give any specific hints. Nothing complicated is required. If you just want a quick solution, you can use any number of websites, for example,
Paul's Pages to spit out the answer.
What methods have you tried?
Have you tried "cross hatching"? Look at the 3s for example. There's already a 3 in the 4th and 6th column and there's one in the 3rd row. That means that the 2nd box only has one cell in which to place its 3, marked with an asterisk. (This tactic is also known as "hidden single".)
- Code: Select all
. . . | 5 9 . | 6 . .
6 . 5 | 1 * . | . . .
. . 9 | . . 4 | . 3 1
-------+-------+------
3 6 . | 8 . 2 | . . 5
. . . | . . . | . . .
9 . . | 7 . 3 | & 2 4
-------+-------+------
5 7 . | 3 . . | 2 . .
. . . | . . . | 1 . 7
. . 2 | . 7 9 | . . .
Or take a look at the cell marked with an ampersand. It is in a row, column or box with the digits 1, 2, 3, 4, 5, 6, 7 and 9 -- so the only digit that can go there is an 8. (This is also known as a "naked single.)
Though you *could* try something more complicated, these are the only two tactics required to solve this one.