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