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