B Set 33 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): [_] → [_, _] → [10, 12, 9] → [5, _, 7, 2]",
                "answer": "Row2[1]=22, Row4[2]=5, Row2[2]=21, Row1[1]=43",
                "levels": [
                    [
                        43
                    ],
                    [
                        22,
                        21
                    ],
                    [
                        10,
                        12,
                        9
                    ],
                    [
                        5,
                        5,
                        7,
                        2
                    ]
                ],
                "base": [
                    5,
                    5,
                    7,
                    2
                ],
                "topValue": 43,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 0,
                        "v": 22
                    },
                    {
                        "r": 3,
                        "c": 1,
                        "v": 5
                    },
                    {
                        "r": 1,
                        "c": 1,
                        "v": 21
                    },
                    {
                        "r": 0,
                        "c": 0,
                        "v": 43
                    }
                ]
            },
            {
                "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): [69] → [_, 38] → [_, 18, 20] → [5, _, 10, _]",
                "answer": "Row4[4]=10, Row4[2]=8, Row3[1]=13, Row2[1]=31",
                "levels": [
                    [
                        69
                    ],
                    [
                        31,
                        38
                    ],
                    [
                        13,
                        18,
                        20
                    ],
                    [
                        5,
                        8,
                        10,
                        10
                    ]
                ],
                "base": [
                    5,
                    8,
                    10,
                    10
                ],
                "topValue": 69,
                "hiddenCells": [
                    {
                        "r": 3,
                        "c": 3,
                        "v": 10
                    },
                    {
                        "r": 3,
                        "c": 1,
                        "v": 8
                    },
                    {
                        "r": 2,
                        "c": 0,
                        "v": 13
                    },
                    {
                        "r": 1,
                        "c": 0,
                        "v": 31
                    }
                ]
            },
            {
                "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): [59] → [29, 30] → [_, 17, 13] → [_, 9, _, _]",
                "answer": "Row4[3]=8, Row4[4]=5, Row4[1]=3, Row3[1]=12",
                "levels": [
                    [
                        59
                    ],
                    [
                        29,
                        30
                    ],
                    [
                        12,
                        17,
                        13
                    ],
                    [
                        3,
                        9,
                        8,
                        5
                    ]
                ],
                "base": [
                    3,
                    9,
                    8,
                    5
                ],
                "topValue": 59,
                "hiddenCells": [
                    {
                        "r": 3,
                        "c": 2,
                        "v": 8
                    },
                    {
                        "r": 3,
                        "c": 3,
                        "v": 5
                    },
                    {
                        "r": 3,
                        "c": 0,
                        "v": 3
                    },
                    {
                        "r": 2,
                        "c": 0,
                        "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): [26] → [_, _] → [7, 6, 7] → [3, _, 2, _]",
                "answer": "Row4[2]=4, Row2[2]=13, Row4[4]=5, Row2[1]=13",
                "levels": [
                    [
                        26
                    ],
                    [
                        13,
                        13
                    ],
                    [
                        7,
                        6,
                        7
                    ],
                    [
                        3,
                        4,
                        2,
                        5
                    ]
                ],
                "base": [
                    3,
                    4,
                    2,
                    5
                ],
                "topValue": 26,
                "hiddenCells": [
                    {
                        "r": 3,
                        "c": 1,
                        "v": 4
                    },
                    {
                        "r": 1,
                        "c": 1,
                        "v": 13
                    },
                    {
                        "r": 3,
                        "c": 3,
                        "v": 5
                    },
                    {
                        "r": 1,
                        "c": 0,
                        "v": 13
                    }
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}