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