B Set 15 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": "starter",
        "config": {
            "difficulty": "starter",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "starter",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [_] → [11, 7] → [6, _, 2]",
                "answer": "Row3[2]=5, Row1[1]=18",
                "levels": [
                    [
                        18
                    ],
                    [
                        11,
                        7
                    ],
                    [
                        6,
                        5,
                        2
                    ]
                ],
                "base": [
                    6,
                    5,
                    2
                ],
                "topValue": 18,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 1,
                        "v": 5
                    },
                    {
                        "r": 0,
                        "c": 0,
                        "v": 18
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "starter",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [15] → [6, _] → [3, 3, _]",
                "answer": "Row2[2]=9, Row3[3]=6",
                "levels": [
                    [
                        15
                    ],
                    [
                        6,
                        9
                    ],
                    [
                        3,
                        3,
                        6
                    ]
                ],
                "base": [
                    3,
                    3,
                    6
                ],
                "topValue": 15,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 1,
                        "v": 9
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 6
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "starter",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [_] → [11, 7] → [8, _, 4]",
                "answer": "Row3[2]=3, Row1[1]=18",
                "levels": [
                    [
                        18
                    ],
                    [
                        11,
                        7
                    ],
                    [
                        8,
                        3,
                        4
                    ]
                ],
                "base": [
                    8,
                    3,
                    4
                ],
                "topValue": 18,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 1,
                        "v": 3
                    },
                    {
                        "r": 0,
                        "c": 0,
                        "v": 18
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "starter",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [26] → [_, 13] → [_, 10, 3]",
                "answer": "Row3[1]=3, Row2[1]=13",
                "levels": [
                    [
                        26
                    ],
                    [
                        13,
                        13
                    ],
                    [
                        3,
                        10,
                        3
                    ]
                ],
                "base": [
                    3,
                    10,
                    3
                ],
                "topValue": 26,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 0,
                        "v": 3
                    },
                    {
                        "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"
}