B Set 52 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: [_ 9 10 | _ 11 _ | _ 13 8]",
                "answer": "14 9 10 | 7 11 15 | 12 13 8",
                "grid": [
                    [
                        null,
                        9,
                        10
                    ],
                    [
                        null,
                        11,
                        null
                    ],
                    [
                        null,
                        13,
                        8
                    ]
                ],
                "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 15. Grid: [_ _ 4 | 1 5 9 | _ _ 2]",
                "answer": "8 3 4 | 1 5 9 | 6 7 2",
                "grid": [
                    [
                        null,
                        null,
                        4
                    ],
                    [
                        1,
                        5,
                        9
                    ],
                    [
                        null,
                        null,
                        2
                    ]
                ],
                "solvedGrid": [
                    [
                        8,
                        3,
                        4
                    ],
                    [
                        1,
                        5,
                        9
                    ],
                    [
                        6,
                        7,
                        2
                    ]
                ],
                "magicConstant": 15
            },
            {
                "type": "magic-square",
                "subType": "magic-square",
                "difficulty": "easy",
                "question": "Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [11 _ 15 | _ _ 10 | 13 _ 17]",
                "answer": "11 16 15 | 18 14 10 | 13 12 17",
                "grid": [
                    [
                        11,
                        null,
                        15
                    ],
                    [
                        null,
                        null,
                        10
                    ],
                    [
                        13,
                        null,
                        17
                    ]
                ],
                "solvedGrid": [
                    [
                        11,
                        16,
                        15
                    ],
                    [
                        18,
                        14,
                        10
                    ],
                    [
                        13,
                        12,
                        17
                    ]
                ],
                "magicConstant": 42
            },
            {
                "type": "magic-square",
                "subType": "magic-square",
                "difficulty": "easy",
                "question": "Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [_ 10 _ | 16 _ 12 | 11 _ 13]",
                "answer": "15 10 17 | 16 14 12 | 11 18 13",
                "grid": [
                    [
                        null,
                        10,
                        null
                    ],
                    [
                        16,
                        null,
                        12
                    ],
                    [
                        11,
                        null,
                        13
                    ]
                ],
                "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"
}