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