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