B Set 40 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): [24] → [11, _] → [8, _, 10]",
                "answer": "Row2[2]=13, Row3[2]=3",
                "levels": [
                    [
                        24
                    ],
                    [
                        11,
                        13
                    ],
                    [
                        8,
                        3,
                        10
                    ]
                ],
                "base": [
                    8,
                    3,
                    10
                ],
                "topValue": 24,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 1,
                        "v": 13
                    },
                    {
                        "r": 2,
                        "c": 1,
                        "v": 3
                    }
                ]
            },
            {
                "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, 10] → [8, _, 6]",
                "answer": "Row1[1]=22, Row3[2]=4",
                "levels": [
                    [
                        22
                    ],
                    [
                        12,
                        10
                    ],
                    [
                        8,
                        4,
                        6
                    ]
                ],
                "base": [
                    8,
                    4,
                    6
                ],
                "topValue": 22,
                "hiddenCells": [
                    {
                        "r": 0,
                        "c": 0,
                        "v": 22
                    },
                    {
                        "r": 2,
                        "c": 1,
                        "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): [_] → [8, 15] → [3, _, 10]",
                "answer": "Row1[1]=23, Row3[2]=5",
                "levels": [
                    [
                        23
                    ],
                    [
                        8,
                        15
                    ],
                    [
                        3,
                        5,
                        10
                    ]
                ],
                "base": [
                    3,
                    5,
                    10
                ],
                "topValue": 23,
                "hiddenCells": [
                    {
                        "r": 0,
                        "c": 0,
                        "v": 23
                    },
                    {
                        "r": 2,
                        "c": 1,
                        "v": 5
                    }
                ]
            },
            {
                "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): [_] → [7, _] → [6, 1, 5]",
                "answer": "Row1[1]=13, Row2[2]=6",
                "levels": [
                    [
                        13
                    ],
                    [
                        7,
                        6
                    ],
                    [
                        6,
                        1,
                        5
                    ]
                ],
                "base": [
                    6,
                    1,
                    5
                ],
                "topValue": 13,
                "hiddenCells": [
                    {
                        "r": 0,
                        "c": 0,
                        "v": 13
                    },
                    {
                        "r": 1,
                        "c": 1,
                        "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"
}