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): [_] → [9, 12] → [3, _, 6]",
                "answer": "Row3[2]=6, Row1[1]=21",
                "levels": [
                    [
                        21
                    ],
                    [
                        9,
                        12
                    ],
                    [
                        3,
                        6,
                        6
                    ]
                ],
                "base": [
                    3,
                    6,
                    6
                ],
                "topValue": 21,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 1,
                        "v": 6
                    },
                    {
                        "r": 0,
                        "c": 0,
                        "v": 21
                    }
                ]
            },
            {
                "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): [_] → [8, _] → [6, 2, 8]",
                "answer": "Row1[1]=18, Row2[2]=10",
                "levels": [
                    [
                        18
                    ],
                    [
                        8,
                        10
                    ],
                    [
                        6,
                        2,
                        8
                    ]
                ],
                "base": [
                    6,
                    2,
                    8
                ],
                "topValue": 18,
                "hiddenCells": [
                    {
                        "r": 0,
                        "c": 0,
                        "v": 18
                    },
                    {
                        "r": 1,
                        "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] → [11, 6] → [_, 2, _]",
                "answer": "Row3[3]=4, Row3[1]=9",
                "levels": [
                    [
                        17
                    ],
                    [
                        11,
                        6
                    ],
                    [
                        9,
                        2,
                        4
                    ]
                ],
                "base": [
                    9,
                    2,
                    4
                ],
                "topValue": 17,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 2,
                        "v": 4
                    },
                    {
                        "r": 2,
                        "c": 0,
                        "v": 9
                    }
                ]
            },
            {
                "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): [_] → [_, 16] → [5, 9, 7]",
                "answer": "Row1[1]=30, Row2[1]=14",
                "levels": [
                    [
                        30
                    ],
                    [
                        14,
                        16
                    ],
                    [
                        5,
                        9,
                        7
                    ]
                ],
                "base": [
                    5,
                    9,
                    7
                ],
                "topValue": 30,
                "hiddenCells": [
                    {
                        "r": 0,
                        "c": 0,
                        "v": 30
                    },
                    {
                        "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"
}