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