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