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