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