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