B Set 40 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): [36] → [_, 20] → [8, 8, _] → [7, _, 7, _]",
                "answer": "Row4[2]=1, Row4[4]=5, Row2[1]=16, Row3[3]=12",
                "levels": [
                    [
                        36
                    ],
                    [
                        16,
                        20
                    ],
                    [
                        8,
                        8,
                        12
                    ],
                    [
                        7,
                        1,
                        7,
                        5
                    ]
                ],
                "base": [
                    7,
                    1,
                    7,
                    5
                ],
                "topValue": 36,
                "hiddenCells": [
                    {
                        "r": 3,
                        "c": 1,
                        "v": 1
                    },
                    {
                        "r": 3,
                        "c": 3,
                        "v": 5
                    },
                    {
                        "r": 1,
                        "c": 0,
                        "v": 16
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 12
                    }
                ]
            },
            {
                "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): [_] → [22, 22] → [11, _, _] → [3, 8, 3, _]",
                "answer": "Row4[4]=8, Row1[1]=44, Row3[3]=11, Row3[2]=11",
                "levels": [
                    [
                        44
                    ],
                    [
                        22,
                        22
                    ],
                    [
                        11,
                        11,
                        11
                    ],
                    [
                        3,
                        8,
                        3,
                        8
                    ]
                ],
                "base": [
                    3,
                    8,
                    3,
                    8
                ],
                "topValue": 44,
                "hiddenCells": [
                    {
                        "r": 3,
                        "c": 3,
                        "v": 8
                    },
                    {
                        "r": 0,
                        "c": 0,
                        "v": 44
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 11
                    },
                    {
                        "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): [_] → [13, _] → [10, 3, _] → [9, 1, _, 7]",
                "answer": "Row1[1]=25, Row3[3]=9, Row2[2]=12, Row4[3]=2",
                "levels": [
                    [
                        25
                    ],
                    [
                        13,
                        12
                    ],
                    [
                        10,
                        3,
                        9
                    ],
                    [
                        9,
                        1,
                        2,
                        7
                    ]
                ],
                "base": [
                    9,
                    1,
                    2,
                    7
                ],
                "topValue": 25,
                "hiddenCells": [
                    {
                        "r": 0,
                        "c": 0,
                        "v": 25
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 9
                    },
                    {
                        "r": 1,
                        "c": 1,
                        "v": 12
                    },
                    {
                        "r": 3,
                        "c": 2,
                        "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): [32] → [_, 17] → [7, _, 9] → [1, _, 2, _]",
                "answer": "Row2[1]=15, Row4[2]=6, Row4[4]=7, Row3[2]=8",
                "levels": [
                    [
                        32
                    ],
                    [
                        15,
                        17
                    ],
                    [
                        7,
                        8,
                        9
                    ],
                    [
                        1,
                        6,
                        2,
                        7
                    ]
                ],
                "base": [
                    1,
                    6,
                    2,
                    7
                ],
                "topValue": 32,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 0,
                        "v": 15
                    },
                    {
                        "r": 3,
                        "c": 1,
                        "v": 6
                    },
                    {
                        "r": 3,
                        "c": 3,
                        "v": 7
                    },
                    {
                        "r": 2,
                        "c": 1,
                        "v": 8
                    }
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}