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