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