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