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