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