Fill the 9×9 grid using standard Sudoku rules and the small sum shown in each dashed cage. The cages add another layer of logic to every placement.
For example, a two-cell cage summing to 3 can only contain 1 and 2. Its order depends on the crossing rows, columns and boxes.
These examples use distinct digits; their order within the cage can vary.
| Cage size | Sum | Possible digits |
|---|---|---|
| 2 cells | 3 | 1 + 2 |
| 2 cells | 4 | 1 + 3 |
| 2 cells | 16 | 7 + 9 |
| 2 cells | 17 | 8 + 9 |
| 3 cells | 6 | 1 + 2 + 3 |
| 3 cells | 7 | 1 + 2 + 4 |
| 3 cells | 23 | 6 + 8 + 9 |
| 3 cells | 24 | 7 + 8 + 9 |