expert 3×3 Set 28 Form Exercise

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

{
    "_meta": {
        "nodeId": "node-1-leaf-magic-square-3x3-expert",
        "pageNumber": 28,
        "generatedAt": "2026-03-16T15:22:00.886Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "76be36d8a816c56c",
        "seedInput": "1|node-1-leaf-magic-square-3x3-expert|28|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "form-exercise",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "hard",
            "computedScore": 18,
            "metrics": {
                "problemCount": 4,
                "operation": "magic-square",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "b561ffddb4091138e540d36399321e87",
            "contentFingerprint": "60a7bdc7e906362e"
        },
        "interaction": {
            "checkable": true,
            "revealable": true,
            "randomizable": true,
            "hintable": false,
            "progressable": true,
            "inputType": [
                "text-input"
            ]
        }
    },
    "version": "2.0",
    "generatorId": "arithmetic-generator-v7.2.1",
    "operation": "magic-square",
    "subject": "arithmetic",
    "difficulty": "expert",
    "gridSize": 3,
    "config": {
        "gridSize": 3,
        "difficulty": "expert",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "expert",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [_ 4 9 | _ 8 10 | _ _ 5]",
            "answer": "11 4 9 | 6 8 10 | 7 12 5",
            "grid": [
                [
                    null,
                    4,
                    9
                ],
                [
                    null,
                    8,
                    10
                ],
                [
                    null,
                    null,
                    5
                ]
            ],
            "solvedGrid": [
                [
                    11,
                    4,
                    9
                ],
                [
                    6,
                    8,
                    10
                ],
                [
                    7,
                    12,
                    5
                ]
            ],
            "magicConstant": 24
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "expert",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 33. Grid: [8 15 10 | 13 _ 9 | _ _ _]",
            "answer": "8 15 10 | 13 11 9 | 12 7 14",
            "grid": [
                [
                    8,
                    15,
                    10
                ],
                [
                    13,
                    null,
                    9
                ],
                [
                    null,
                    null,
                    null
                ]
            ],
            "solvedGrid": [
                [
                    8,
                    15,
                    10
                ],
                [
                    13,
                    11,
                    9
                ],
                [
                    12,
                    7,
                    14
                ]
            ],
            "magicConstant": 33
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "expert",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [9 4 _ | 10 _ 6 | 5 _ _]",
            "answer": "9 4 11 | 10 8 6 | 5 12 7",
            "grid": [
                [
                    9,
                    4,
                    null
                ],
                [
                    10,
                    null,
                    6
                ],
                [
                    5,
                    null,
                    null
                ]
            ],
            "solvedGrid": [
                [
                    9,
                    4,
                    11
                ],
                [
                    10,
                    8,
                    6
                ],
                [
                    5,
                    12,
                    7
                ]
            ],
            "magicConstant": 24
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "expert",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [9 4 _ | 10 8 6 | _ _ _]",
            "answer": "9 4 11 | 10 8 6 | 5 12 7",
            "grid": [
                [
                    9,
                    4,
                    null
                ],
                [
                    10,
                    8,
                    6
                ],
                [
                    null,
                    null,
                    null
                ]
            ],
            "solvedGrid": [
                [
                    9,
                    4,
                    11
                ],
                [
                    10,
                    8,
                    6
                ],
                [
                    5,
                    12,
                    7
                ]
            ],
            "magicConstant": 24
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}