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