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