B Set 26 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "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 24. Grid: [7 6 _ | 12 8 4 | _ _ _]",
                "answer": "7 6 11 | 12 8 4 | 5 10 9",
                "grid": [
                    [
                        7,
                        6,
                        null
                    ],
                    [
                        12,
                        8,
                        4
                    ],
                    [
                        null,
                        null,
                        null
                    ]
                ],
                "solvedGrid": [
                    [
                        7,
                        6,
                        11
                    ],
                    [
                        12,
                        8,
                        4
                    ],
                    [
                        5,
                        10,
                        9
                    ]
                ],
                "magicConstant": 24
            },
            {
                "type": "magic-square",
                "subType": "magic-square",
                "difficulty": "expert",
                "question": "Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [_ _ 2 | _ 5 9 | _ 3 4]",
                "answer": "6 7 2 | 1 5 9 | 8 3 4",
                "grid": [
                    [
                        null,
                        null,
                        2
                    ],
                    [
                        null,
                        5,
                        9
                    ],
                    [
                        null,
                        3,
                        4
                    ]
                ],
                "solvedGrid": [
                    [
                        6,
                        7,
                        2
                    ],
                    [
                        1,
                        5,
                        9
                    ],
                    [
                        8,
                        3,
                        4
                    ]
                ],
                "magicConstant": 15
            },
            {
                "type": "magic-square",
                "subType": "magic-square",
                "difficulty": "expert",
                "question": "Complete the magic square. Each row, column, and diagonal must sum to 15. Grid: [8 _ 4 | 1 _ _ | 6 _ 2]",
                "answer": "8 3 4 | 1 5 9 | 6 7 2",
                "grid": [
                    [
                        8,
                        null,
                        4
                    ],
                    [
                        1,
                        null,
                        null
                    ],
                    [
                        6,
                        null,
                        2
                    ]
                ],
                "solvedGrid": [
                    [
                        8,
                        3,
                        4
                    ],
                    [
                        1,
                        5,
                        9
                    ],
                    [
                        6,
                        7,
                        2
                    ]
                ],
                "magicConstant": 15
            },
            {
                "type": "magic-square",
                "subType": "magic-square",
                "difficulty": "expert",
                "question": "Complete the magic square. Each row, column, and diagonal must sum to 33. Grid: [10 _ _ | _ 11 7 | 8 13 _]",
                "answer": "10 9 14 | 15 11 7 | 8 13 12",
                "grid": [
                    [
                        10,
                        null,
                        null
                    ],
                    [
                        null,
                        11,
                        7
                    ],
                    [
                        8,
                        13,
                        null
                    ]
                ],
                "solvedGrid": [
                    [
                        10,
                        9,
                        14
                    ],
                    [
                        15,
                        11,
                        7
                    ],
                    [
                        8,
                        13,
                        12
                    ]
                ],
                "magicConstant": 33
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}