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