| Pattern name | C | N | Possible placements of the value in the pattern | |
| Burma(1,1) | Single Candidate | 1 | 1 | 1 |
| Burma(2,2) | X-Wing | 2 | 2 | 2 |
| Burma(2,3) | Swordfish | 2 | 3 | 2 |
| Burma(2,4) | Jellyfish | 2 | 4 | 2 |
| Burma(2,5) | Squirmbag | 2 | 5 | 2 |
| Burma(3,3) | Burma | 3 | 3 | 6 |
If we look to the possible placements of the value in the pattern we find some interessing properties. For an X-Wing we have 2 possibities, (one of the two diagonals of the surrounding rectangle). This also means, when we can place the value in one of the cells of the pattern, the other value can also be placed. Because, when we place a value two other candidates can be eliminated (from the same row and column), and only one candidate for the value is left. The same property works also for all the Burma patterns with 2 candidates. When we place one value, whe have a chain of eliminations, because each placement gives eliminations, and these eliminations generate new single candidates until the whole pattern is solved.
For the Burma(3,3) pattern we have 6 different placements. But now when we place one value, we get after elimination, a Burna(2,2) or an X-Wing, which gives us still 2 possibilies for the rest of the pattern. For each of the three cell of a row or a column of the pattern we have an X-Wing left, 3 X-Wings give us 6 possibilites.