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