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