B Set 16 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "pyramid",
        "subject": "arithmetic",
        "difficulty": "medium",
        "config": {
            "difficulty": "medium",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "medium",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [58] → [_, _] → [13, 15, 15] → [8, _, 10, _]",
                "answer": "Row2[1]=28, Row4[2]=5, Row2[2]=30, Row4[4]=5",
                "levels": [
                    [
                        58
                    ],
                    [
                        28,
                        30
                    ],
                    [
                        13,
                        15,
                        15
                    ],
                    [
                        8,
                        5,
                        10,
                        5
                    ]
                ],
                "base": [
                    8,
                    5,
                    10,
                    5
                ],
                "topValue": 58,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 0,
                        "v": 28
                    },
                    {
                        "r": 3,
                        "c": 1,
                        "v": 5
                    },
                    {
                        "r": 1,
                        "c": 1,
                        "v": 30
                    },
                    {
                        "r": 3,
                        "c": 3,
                        "v": 5
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "medium",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [50] → [24, 26] → [11, 13, _] → [_, _, _, 5]",
                "answer": "Row4[3]=8, Row3[3]=13, Row4[2]=5, Row4[1]=6",
                "levels": [
                    [
                        50
                    ],
                    [
                        24,
                        26
                    ],
                    [
                        11,
                        13,
                        13
                    ],
                    [
                        6,
                        5,
                        8,
                        5
                    ]
                ],
                "base": [
                    6,
                    5,
                    8,
                    5
                ],
                "topValue": 50,
                "hiddenCells": [
                    {
                        "r": 3,
                        "c": 2,
                        "v": 8
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 13
                    },
                    {
                        "r": 3,
                        "c": 1,
                        "v": 5
                    },
                    {
                        "r": 3,
                        "c": 0,
                        "v": 6
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "medium",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [45] → [22, 23] → [9, _, 10] → [_, _, _, 5]",
                "answer": "Row4[3]=5, Row3[2]=13, Row4[1]=1, Row4[2]=8",
                "levels": [
                    [
                        45
                    ],
                    [
                        22,
                        23
                    ],
                    [
                        9,
                        13,
                        10
                    ],
                    [
                        1,
                        8,
                        5,
                        5
                    ]
                ],
                "base": [
                    1,
                    8,
                    5,
                    5
                ],
                "topValue": 45,
                "hiddenCells": [
                    {
                        "r": 3,
                        "c": 2,
                        "v": 5
                    },
                    {
                        "r": 2,
                        "c": 1,
                        "v": 13
                    },
                    {
                        "r": 3,
                        "c": 0,
                        "v": 1
                    },
                    {
                        "r": 3,
                        "c": 1,
                        "v": 8
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "medium",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [_] → [_, 21] → [_, 10, 11] → [4, 1, 9, _]",
                "answer": "Row1[1]=36, Row3[1]=5, Row4[4]=2, Row2[1]=15",
                "levels": [
                    [
                        36
                    ],
                    [
                        15,
                        21
                    ],
                    [
                        5,
                        10,
                        11
                    ],
                    [
                        4,
                        1,
                        9,
                        2
                    ]
                ],
                "base": [
                    4,
                    1,
                    9,
                    2
                ],
                "topValue": 36,
                "hiddenCells": [
                    {
                        "r": 0,
                        "c": 0,
                        "v": 36
                    },
                    {
                        "r": 2,
                        "c": 0,
                        "v": 5
                    },
                    {
                        "r": 3,
                        "c": 3,
                        "v": 2
                    },
                    {
                        "r": 1,
                        "c": 0,
                        "v": 15
                    }
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}