hard 9×9 Set 2 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "_meta": {
        "schemaVersion": "2.0.0",
        "nodeId": "node-1-sudoku-9x9-hard",
        "pageNumber": 2,
        "generatedAt": "2026-03-01T03:02:18.466Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "2360349219839362668",
        "resolvedParams": null,
        "contractVersion": "1.0",
        "canonicalVersion": "2.0",
        "archetype": "guided-solver",
        "contentHash": "ef667ff336dc9753c4d84a562fce842151c14bc41cb93fa01eb1e76c05ef49fe"
    },
    "title": "guided-solver set 2",
    "operation": "sudoku",
    "subject": "arithmetic",
    "difficulty": "hard",
    "gridSize": 9,
    "config": {
        "gridSize": 9,
        "difficulty": "hard",
        "maxNumber": 10
    },
    "problems": [
        {
            "id": 1,
            "type": "sudoku",
            "gridSize": 9,
            "puzzle": [
                [
                    0,
                    3,
                    0,
                    0,
                    0,
                    9,
                    2,
                    0,
                    8
                ],
                [
                    8,
                    0,
                    0,
                    0,
                    0,
                    6,
                    0,
                    0,
                    0
                ],
                [
                    0,
                    0,
                    6,
                    0,
                    0,
                    0,
                    1,
                    7,
                    0
                ],
                [
                    0,
                    4,
                    0,
                    0,
                    0,
                    0,
                    5,
                    0,
                    0
                ],
                [
                    0,
                    0,
                    0,
                    0,
                    0,
                    5,
                    0,
                    8,
                    0
                ],
                [
                    0,
                    9,
                    0,
                    0,
                    7,
                    0,
                    0,
                    0,
                    2
                ],
                [
                    0,
                    0,
                    0,
                    0,
                    4,
                    2,
                    0,
                    0,
                    7
                ],
                [
                    5,
                    2,
                    3,
                    0,
                    1,
                    0,
                    0,
                    0,
                    0
                ],
                [
                    0,
                    0,
                    0,
                    0,
                    6,
                    0,
                    0,
                    0,
                    0
                ]
            ],
            "solution": [
                [
                    1,
                    3,
                    4,
                    7,
                    5,
                    9,
                    2,
                    6,
                    8
                ],
                [
                    8,
                    7,
                    2,
                    1,
                    3,
                    6,
                    4,
                    9,
                    5
                ],
                [
                    9,
                    5,
                    6,
                    2,
                    8,
                    4,
                    1,
                    7,
                    3
                ],
                [
                    7,
                    4,
                    8,
                    6,
                    2,
                    1,
                    5,
                    3,
                    9
                ],
                [
                    2,
                    6,
                    1,
                    3,
                    9,
                    5,
                    7,
                    8,
                    4
                ],
                [
                    3,
                    9,
                    5,
                    4,
                    7,
                    8,
                    6,
                    1,
                    2
                ],
                [
                    6,
                    1,
                    9,
                    8,
                    4,
                    2,
                    3,
                    5,
                    7
                ],
                [
                    5,
                    2,
                    3,
                    9,
                    1,
                    7,
                    8,
                    4,
                    6
                ],
                [
                    4,
                    8,
                    7,
                    5,
                    6,
                    3,
                    9,
                    2,
                    1
                ]
            ],
            "answer": "24",
            "correctAnswer": "24",
            "difficulty": "hard",
            "_meta": {
                "givens": 24
            }
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}