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