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