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