easy 4×4 Set 97 Form Exercise

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

{
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_meta": {
        "nodeId": "node-1-leaf-magic-square-4x4-easy",
        "pageNumber": 97,
        "generatedAt": "2026-03-16T15:22:00.898Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "6dd7279cbcdc6f88",
        "seedInput": "1|node-1-leaf-magic-square-4x4-easy|97|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "form-exercise",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "easy",
            "computedScore": 18,
            "metrics": {
                "problemCount": 4,
                "operation": "magic-square",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "b561ffddb4091138e540d36399321e87",
            "contentFingerprint": "6ca9451d663195f6"
        },
        "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": "easy",
    "gridSize": 4,
    "config": {
        "gridSize": 4,
        "difficulty": "easy",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "easy",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [7 12 _ | 6 _ _ | 11 4 _]",
            "answer": "7 12 5 | 6 8 10 | 11 4 9",
            "grid": [
                [
                    7,
                    12,
                    null
                ],
                [
                    6,
                    null,
                    null
                ],
                [
                    11,
                    4,
                    null
                ]
            ],
            "solvedGrid": [
                [
                    7,
                    12,
                    5
                ],
                [
                    6,
                    8,
                    10
                ],
                [
                    11,
                    4,
                    9
                ]
            ],
            "magicConstant": 24
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "easy",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 33. Grid: [_ 13 12 | 15 _ _ | _ 9 14]",
            "answer": "8 13 12 | 15 11 7 | 10 9 14",
            "grid": [
                [
                    null,
                    13,
                    12
                ],
                [
                    15,
                    null,
                    null
                ],
                [
                    null,
                    9,
                    14
                ]
            ],
            "solvedGrid": [
                [
                    8,
                    13,
                    12
                ],
                [
                    15,
                    11,
                    7
                ],
                [
                    10,
                    9,
                    14
                ]
            ],
            "magicConstant": 33
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "easy",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 33. Grid: [12 _ 8 | 7 _ _ | _ 9 10]",
            "answer": "12 13 8 | 7 11 15 | 14 9 10",
            "grid": [
                [
                    12,
                    null,
                    8
                ],
                [
                    7,
                    null,
                    null
                ],
                [
                    null,
                    9,
                    10
                ]
            ],
            "solvedGrid": [
                [
                    12,
                    13,
                    8
                ],
                [
                    7,
                    11,
                    15
                ],
                [
                    14,
                    9,
                    10
                ]
            ],
            "magicConstant": 33
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "easy",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [_ 10 _ | 12 _ _ | 7 6 11]",
            "answer": "5 10 9 | 12 8 4 | 7 6 11",
            "grid": [
                [
                    null,
                    10,
                    null
                ],
                [
                    12,
                    null,
                    null
                ],
                [
                    7,
                    6,
                    11
                ]
            ],
            "solvedGrid": [
                [
                    5,
                    10,
                    9
                ],
                [
                    12,
                    8,
                    4
                ],
                [
                    7,
                    6,
                    11
                ]
            ],
            "magicConstant": 24
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}