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