B Set 14 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": "expert",
        "config": {
            "difficulty": "expert",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "expert",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [24] → [11, 13] → [_, _, 3]",
                "answer": "Row3[1]=1, Row3[2]=10",
                "levels": [
                    [
                        24
                    ],
                    [
                        11,
                        13
                    ],
                    [
                        1,
                        10,
                        3
                    ]
                ],
                "base": [
                    1,
                    10,
                    3
                ],
                "topValue": 24,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 0,
                        "v": 1
                    },
                    {
                        "r": 2,
                        "c": 1,
                        "v": 10
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "expert",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [17] → [_, 9] → [7, 1, _]",
                "answer": "Row2[1]=8, Row3[3]=8",
                "levels": [
                    [
                        17
                    ],
                    [
                        8,
                        9
                    ],
                    [
                        7,
                        1,
                        8
                    ]
                ],
                "base": [
                    7,
                    1,
                    8
                ],
                "topValue": 17,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 0,
                        "v": 8
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 8
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "expert",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [_] → [11, 3] → [_, 1, 2]",
                "answer": "Row3[1]=10, Row1[1]=14",
                "levels": [
                    [
                        14
                    ],
                    [
                        11,
                        3
                    ],
                    [
                        10,
                        1,
                        2
                    ]
                ],
                "base": [
                    10,
                    1,
                    2
                ],
                "topValue": 14,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 0,
                        "v": 10
                    },
                    {
                        "r": 0,
                        "c": 0,
                        "v": 14
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "expert",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [30] → [_, 16] → [4, _, 6]",
                "answer": "Row3[2]=10, Row2[1]=14",
                "levels": [
                    [
                        30
                    ],
                    [
                        14,
                        16
                    ],
                    [
                        4,
                        10,
                        6
                    ]
                ],
                "base": [
                    4,
                    10,
                    6
                ],
                "topValue": 30,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 1,
                        "v": 10
                    },
                    {
                        "r": 1,
                        "c": 0,
                        "v": 14
                    }
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}