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": "expert",
        "gridSize": 3,
        "config": {
            "gridSize": 3,
            "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 42. Grid: [_ 10 15 | _ _ 16 | _ 18 11]",
                "answer": "17 10 15 | 12 14 16 | 13 18 11",
                "grid": [
                    [
                        null,
                        10,
                        15
                    ],
                    [
                        null,
                        null,
                        16
                    ],
                    [
                        null,
                        18,
                        11
                    ]
                ],
                "solvedGrid": [
                    [
                        17,
                        10,
                        15
                    ],
                    [
                        12,
                        14,
                        16
                    ],
                    [
                        13,
                        18,
                        11
                    ]
                ],
                "magicConstant": 42
            },
            {
                "type": "magic-square",
                "subType": "magic-square",
                "difficulty": "expert",
                "question": "Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [_ 16 11 | _ _ 18 | 17 12 _]",
                "answer": "15 16 11 | 10 14 18 | 17 12 13",
                "grid": [
                    [
                        null,
                        16,
                        11
                    ],
                    [
                        null,
                        null,
                        18
                    ],
                    [
                        17,
                        12,
                        null
                    ]
                ],
                "solvedGrid": [
                    [
                        15,
                        16,
                        11
                    ],
                    [
                        10,
                        14,
                        18
                    ],
                    [
                        17,
                        12,
                        13
                    ]
                ],
                "magicConstant": 42
            },
            {
                "type": "magic-square",
                "subType": "magic-square",
                "difficulty": "expert",
                "question": "Complete the magic square. Each row, column, and diagonal must sum to 24. Grid: [9 10 _ | _ _ _ | 11 6 7]",
                "answer": "9 10 5 | 4 8 12 | 11 6 7",
                "grid": [
                    [
                        9,
                        10,
                        null
                    ],
                    [
                        null,
                        null,
                        null
                    ],
                    [
                        11,
                        6,
                        7
                    ]
                ],
                "solvedGrid": [
                    [
                        9,
                        10,
                        5
                    ],
                    [
                        4,
                        8,
                        12
                    ],
                    [
                        11,
                        6,
                        7
                    ]
                ],
                "magicConstant": 24
            },
            {
                "type": "magic-square",
                "subType": "magic-square",
                "difficulty": "expert",
                "question": "Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [_ 10 _ | 12 14 _ | _ 18 11]",
                "answer": "17 10 15 | 12 14 16 | 13 18 11",
                "grid": [
                    [
                        null,
                        10,
                        null
                    ],
                    [
                        12,
                        14,
                        null
                    ],
                    [
                        null,
                        18,
                        11
                    ]
                ],
                "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"
}