B Set 76 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": "easy",
        "config": {
            "difficulty": "easy",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "easy",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [22] → [_, 11] → [6, _, 6]",
                "answer": "Row3[2]=5, Row2[1]=11",
                "levels": [
                    [
                        22
                    ],
                    [
                        11,
                        11
                    ],
                    [
                        6,
                        5,
                        6
                    ]
                ],
                "base": [
                    6,
                    5,
                    6
                ],
                "topValue": 22,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 1,
                        "v": 5
                    },
                    {
                        "r": 1,
                        "c": 0,
                        "v": 11
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "easy",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [24] → [14, _] → [_, 5, 5]",
                "answer": "Row3[1]=9, Row2[2]=10",
                "levels": [
                    [
                        24
                    ],
                    [
                        14,
                        10
                    ],
                    [
                        9,
                        5,
                        5
                    ]
                ],
                "base": [
                    9,
                    5,
                    5
                ],
                "topValue": 24,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 0,
                        "v": 9
                    },
                    {
                        "r": 1,
                        "c": 1,
                        "v": 10
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "easy",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [12] → [4, _] → [_, 2, 6]",
                "answer": "Row2[2]=8, Row3[1]=2",
                "levels": [
                    [
                        12
                    ],
                    [
                        4,
                        8
                    ],
                    [
                        2,
                        2,
                        6
                    ]
                ],
                "base": [
                    2,
                    2,
                    6
                ],
                "topValue": 12,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 1,
                        "v": 8
                    },
                    {
                        "r": 2,
                        "c": 0,
                        "v": 2
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "easy",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [30] → [15, 15] → [_, 5, _]",
                "answer": "Row3[1]=10, Row3[3]=10",
                "levels": [
                    [
                        30
                    ],
                    [
                        15,
                        15
                    ],
                    [
                        10,
                        5,
                        10
                    ]
                ],
                "base": [
                    10,
                    5,
                    10
                ],
                "topValue": 30,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 0,
                        "v": 10
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 10
                    }
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}