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