expert 5×5 Set 90 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-expert",
        "pageNumber": 90,
        "generatedAt": "2026-03-16T15:22:01.218Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "202d92c127e99843",
        "seedInput": "1|node-1-leaf-magic-square-5x5-expert|90|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "form-exercise",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "hard",
            "computedScore": 18,
            "metrics": {
                "problemCount": 4,
                "operation": "magic-square",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "b561ffddb4091138e540d36399321e87",
            "contentFingerprint": "5d26282f029fe3a9"
        },
        "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": "expert",
    "gridSize": 5,
    "config": {
        "gridSize": 5,
        "difficulty": "expert",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "expert",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [_ 12 17 | _ _ _ | 11 16 15]",
            "answer": "13 12 17 | 18 14 10 | 11 16 15",
            "grid": [
                [
                    null,
                    12,
                    17
                ],
                [
                    null,
                    null,
                    null
                ],
                [
                    11,
                    16,
                    15
                ]
            ],
            "solvedGrid": [
                [
                    13,
                    12,
                    17
                ],
                [
                    18,
                    14,
                    10
                ],
                [
                    11,
                    16,
                    15
                ]
            ],
            "magicConstant": 42
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "expert",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [_ 16 _ | 18 14 10 | 13 _ _]",
            "answer": "11 16 15 | 18 14 10 | 13 12 17",
            "grid": [
                [
                    null,
                    16,
                    null
                ],
                [
                    18,
                    14,
                    10
                ],
                [
                    13,
                    null,
                    null
                ]
            ],
            "solvedGrid": [
                [
                    11,
                    16,
                    15
                ],
                [
                    18,
                    14,
                    10
                ],
                [
                    13,
                    12,
                    17
                ]
            ],
            "magicConstant": 42
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "expert",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [8 _ _ | _ 5 7 | 4 9 _]",
            "answer": "8 1 6 | 3 5 7 | 4 9 2",
            "grid": [
                [
                    8,
                    null,
                    null
                ],
                [
                    null,
                    5,
                    7
                ],
                [
                    4,
                    9,
                    null
                ]
            ],
            "solvedGrid": [
                [
                    8,
                    1,
                    6
                ],
                [
                    3,
                    5,
                    7
                ],
                [
                    4,
                    9,
                    2
                ]
            ],
            "magicConstant": 15
        },
        {
            "type": "magic-square",
            "subType": "magic-square",
            "difficulty": "expert",
            "question": "Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [_ 12 _ | 18 _ 10 | _ 16 15]",
            "answer": "13 12 17 | 18 14 10 | 11 16 15",
            "grid": [
                [
                    null,
                    12,
                    null
                ],
                [
                    18,
                    null,
                    10
                ],
                [
                    null,
                    16,
                    15
                ]
            ],
            "solvedGrid": [
                [
                    13,
                    12,
                    17
                ],
                [
                    18,
                    14,
                    10
                ],
                [
                    11,
                    16,
                    15
                ]
            ],
            "magicConstant": 42
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}