starter 4×4 Set 30 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-starter",
        "pageNumber": 30,
        "generatedAt": "2026-03-16T15:22:00.890Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "bcd6fd762f144af8",
        "seedInput": "1|node-1-leaf-magic-square-4x4-starter|30|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": "a23fd787196e614d"
        },
        "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": "starter",
    "gridSize": 4,
    "config": {
        "gridSize": 4,
        "difficulty": "starter",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "starter",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [_ _ _ | 18 14 10 | 11 _ 15]",
            "answer": "13 12 17 | 18 14 10 | 11 16 15",
            "grid": [
                [
                    null,
                    null,
                    null
                ],
                [
                    18,
                    14,
                    10
                ],
                [
                    11,
                    null,
                    15
                ]
            ],
            "solvedGrid": [
                [
                    13,
                    12,
                    17
                ],
                [
                    18,
                    14,
                    10
                ],
                [
                    11,
                    16,
                    15
                ]
            ],
            "magicConstant": 42
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "starter",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [5 10 _ | 12 8 _ | _ _ 11]",
            "answer": "5 10 9 | 12 8 4 | 7 6 11",
            "grid": [
                [
                    5,
                    10,
                    null
                ],
                [
                    12,
                    8,
                    null
                ],
                [
                    null,
                    null,
                    11
                ]
            ],
            "solvedGrid": [
                [
                    5,
                    10,
                    9
                ],
                [
                    12,
                    8,
                    4
                ],
                [
                    7,
                    6,
                    11
                ]
            ],
            "magicConstant": 24
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "starter",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [_ 10 9 | 12 _ _ | 7 6 _]",
            "answer": "5 10 9 | 12 8 4 | 7 6 11",
            "grid": [
                [
                    null,
                    10,
                    9
                ],
                [
                    12,
                    null,
                    null
                ],
                [
                    7,
                    6,
                    null
                ]
            ],
            "solvedGrid": [
                [
                    5,
                    10,
                    9
                ],
                [
                    12,
                    8,
                    4
                ],
                [
                    7,
                    6,
                    11
                ]
            ],
            "magicConstant": 24
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "starter",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [2 9 _ | 7 5 3 | _ _ _]",
            "answer": "2 9 4 | 7 5 3 | 6 1 8",
            "grid": [
                [
                    2,
                    9,
                    null
                ],
                [
                    7,
                    5,
                    3
                ],
                [
                    null,
                    null,
                    null
                ]
            ],
            "solvedGrid": [
                [
                    2,
                    9,
                    4
                ],
                [
                    7,
                    5,
                    3
                ],
                [
                    6,
                    1,
                    8
                ]
            ],
            "magicConstant": 15
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}