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