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