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