B Set 47 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 24. Grid: [7 _ _ | 6 8 _ | _ 4 9]",
                "answer": "7 12 5 | 6 8 10 | 11 4 9",
                "grid": [
                    [
                        7,
                        null,
                        null
                    ],
                    [
                        6,
                        8,
                        null
                    ],
                    [
                        null,
                        4,
                        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 24. Grid: [7 12 5 | 6 _ 10 | _ _ _]",
                "answer": "7 12 5 | 6 8 10 | 11 4 9",
                "grid": [
                    [
                        7,
                        12,
                        5
                    ],
                    [
                        6,
                        null,
                        10
                    ],
                    [
                        null,
                        null,
                        null
                    ]
                ],
                "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 33. Grid: [_ 9 10 | _ _ 15 | 12 13 _]",
                "answer": "14 9 10 | 7 11 15 | 12 13 8",
                "grid": [
                    [
                        null,
                        9,
                        10
                    ],
                    [
                        null,
                        null,
                        15
                    ],
                    [
                        12,
                        13,
                        null
                    ]
                ],
                "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 42. Grid: [13 12 _ | _ 14 _ | 11 _ 15]",
                "answer": "13 12 17 | 18 14 10 | 11 16 15",
                "grid": [
                    [
                        13,
                        12,
                        null
                    ],
                    [
                        null,
                        14,
                        null
                    ],
                    [
                        11,
                        null,
                        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"
}