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