B Set 75 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): [52] → [27, _] → [16, 11, _] → [_, 7, _, 10]",
                "answer": "Row2[2]=25, Row3[3]=14, Row4[1]=9, Row4[3]=4",
                "levels": [
                    [
                        52
                    ],
                    [
                        27,
                        25
                    ],
                    [
                        16,
                        11,
                        14
                    ],
                    [
                        9,
                        7,
                        4,
                        10
                    ]
                ],
                "base": [
                    9,
                    7,
                    4,
                    10
                ],
                "topValue": 52,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 1,
                        "v": 25
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 14
                    },
                    {
                        "r": 3,
                        "c": 0,
                        "v": 9
                    },
                    {
                        "r": 3,
                        "c": 2,
                        "v": 4
                    }
                ]
            },
            {
                "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): [55] → [_, 27] → [_, 16, 11] → [2, _, 6, _]",
                "answer": "Row3[1]=12, Row2[1]=28, Row4[4]=5, Row4[2]=10",
                "levels": [
                    [
                        55
                    ],
                    [
                        28,
                        27
                    ],
                    [
                        12,
                        16,
                        11
                    ],
                    [
                        2,
                        10,
                        6,
                        5
                    ]
                ],
                "base": [
                    2,
                    10,
                    6,
                    5
                ],
                "topValue": 55,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 0,
                        "v": 12
                    },
                    {
                        "r": 1,
                        "c": 0,
                        "v": 28
                    },
                    {
                        "r": 3,
                        "c": 3,
                        "v": 5
                    },
                    {
                        "r": 3,
                        "c": 1,
                        "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): [52] → [24, _] → [10, 14, _] → [_, 9, _, 9]",
                "answer": "Row4[3]=5, Row2[2]=28, Row4[1]=1, Row3[3]=14",
                "levels": [
                    [
                        52
                    ],
                    [
                        24,
                        28
                    ],
                    [
                        10,
                        14,
                        14
                    ],
                    [
                        1,
                        9,
                        5,
                        9
                    ]
                ],
                "base": [
                    1,
                    9,
                    5,
                    9
                ],
                "topValue": 52,
                "hiddenCells": [
                    {
                        "r": 3,
                        "c": 2,
                        "v": 5
                    },
                    {
                        "r": 1,
                        "c": 1,
                        "v": 28
                    },
                    {
                        "r": 3,
                        "c": 0,
                        "v": 1
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 14
                    }
                ]
            },
            {
                "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): [48] → [18, 30] → [_, 11, 19] → [_, _, _, 9]",
                "answer": "Row4[1]=6, Row4[2]=1, Row3[1]=7, Row4[3]=10",
                "levels": [
                    [
                        48
                    ],
                    [
                        18,
                        30
                    ],
                    [
                        7,
                        11,
                        19
                    ],
                    [
                        6,
                        1,
                        10,
                        9
                    ]
                ],
                "base": [
                    6,
                    1,
                    10,
                    9
                ],
                "topValue": 48,
                "hiddenCells": [
                    {
                        "r": 3,
                        "c": 0,
                        "v": 6
                    },
                    {
                        "r": 3,
                        "c": 1,
                        "v": 1
                    },
                    {
                        "r": 2,
                        "c": 0,
                        "v": 7
                    },
                    {
                        "r": 3,
                        "c": 2,
                        "v": 10
                    }
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}