B Set 43 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 42. Grid: [13 18 _ | _ 14 _ | 17 10 _]",
                "answer": "13 18 11 | 12 14 16 | 17 10 15",
                "grid": [
                    [
                        13,
                        18,
                        null
                    ],
                    [
                        null,
                        14,
                        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 42. Grid: [17 _ _ | _ _ 16 | 13 18 11]",
                "answer": "17 10 15 | 12 14 16 | 13 18 11",
                "grid": [
                    [
                        17,
                        null,
                        null
                    ],
                    [
                        null,
                        null,
                        16
                    ],
                    [
                        13,
                        18,
                        11
                    ]
                ],
                "solvedGrid": [
                    [
                        17,
                        10,
                        15
                    ],
                    [
                        12,
                        14,
                        16
                    ],
                    [
                        13,
                        18,
                        11
                    ]
                ],
                "magicConstant": 42
            },
            {
                "type": "magic-square",
                "subType": "magic-square",
                "difficulty": "expert",
                "question": "Complete the magic square. Each row, column, and diagonal must sum to 42. Grid: [_ 12 _ | 18 14 10 | _ _ 15]",
                "answer": "13 12 17 | 18 14 10 | 11 16 15",
                "grid": [
                    [
                        null,
                        12,
                        null
                    ],
                    [
                        18,
                        14,
                        10
                    ],
                    [
                        null,
                        null,
                        15
                    ]
                ],
                "solvedGrid": [
                    [
                        13,
                        12,
                        17
                    ],
                    [
                        18,
                        14,
                        10
                    ],
                    [
                        11,
                        16,
                        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 9 4 | _ 5 _ | 6 _ _]",
                "answer": "2 9 4 | 7 5 3 | 6 1 8",
                "grid": [
                    [
                        2,
                        9,
                        4
                    ],
                    [
                        null,
                        5,
                        null
                    ],
                    [
                        6,
                        null,
                        null
                    ]
                ],
                "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"
}