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