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