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