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