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