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