B Set 24 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): [26] → [_, 12] → [_, 10, 2]",
                "answer": "Row2[1]=14, Row3[1]=4",
                "levels": [
                    [
                        26
                    ],
                    [
                        14,
                        12
                    ],
                    [
                        4,
                        10,
                        2
                    ]
                ],
                "base": [
                    4,
                    10,
                    2
                ],
                "topValue": 26,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 0,
                        "v": 14
                    },
                    {
                        "r": 2,
                        "c": 0,
                        "v": 4
                    }
                ]
            },
            {
                "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): [_] → [11, 16] → [2, _, 7]",
                "answer": "Row1[1]=27, Row3[2]=9",
                "levels": [
                    [
                        27
                    ],
                    [
                        11,
                        16
                    ],
                    [
                        2,
                        9,
                        7
                    ]
                ],
                "base": [
                    2,
                    9,
                    7
                ],
                "topValue": 27,
                "hiddenCells": [
                    {
                        "r": 0,
                        "c": 0,
                        "v": 27
                    },
                    {
                        "r": 2,
                        "c": 1,
                        "v": 9
                    }
                ]
            },
            {
                "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): [28] → [_, 14] → [_, 5, 9]",
                "answer": "Row3[1]=9, Row2[1]=14",
                "levels": [
                    [
                        28
                    ],
                    [
                        14,
                        14
                    ],
                    [
                        9,
                        5,
                        9
                    ]
                ],
                "base": [
                    9,
                    5,
                    9
                ],
                "topValue": 28,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 0,
                        "v": 9
                    },
                    {
                        "r": 1,
                        "c": 0,
                        "v": 14
                    }
                ]
            },
            {
                "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, 14] → [4, 8, _]",
                "answer": "Row1[1]=26, Row3[3]=6",
                "levels": [
                    [
                        26
                    ],
                    [
                        12,
                        14
                    ],
                    [
                        4,
                        8,
                        6
                    ]
                ],
                "base": [
                    4,
                    8,
                    6
                ],
                "topValue": 26,
                "hiddenCells": [
                    {
                        "r": 0,
                        "c": 0,
                        "v": 26
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 6
                    }
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}