B Set 12 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): [15] → [_, 6] → [8, _, 5]",
                "answer": "Row2[1]=9, Row3[2]=1",
                "levels": [
                    [
                        15
                    ],
                    [
                        9,
                        6
                    ],
                    [
                        8,
                        1,
                        5
                    ]
                ],
                "base": [
                    8,
                    1,
                    5
                ],
                "topValue": 15,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 0,
                        "v": 9
                    },
                    {
                        "r": 2,
                        "c": 1,
                        "v": 1
                    }
                ]
            },
            {
                "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): [36] → [_, 18] → [_, 10, 8]",
                "answer": "Row3[1]=8, Row2[1]=18",
                "levels": [
                    [
                        36
                    ],
                    [
                        18,
                        18
                    ],
                    [
                        8,
                        10,
                        8
                    ]
                ],
                "base": [
                    8,
                    10,
                    8
                ],
                "topValue": 36,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 0,
                        "v": 8
                    },
                    {
                        "r": 1,
                        "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): [24] → [15, _] → [7, _, 1]",
                "answer": "Row2[2]=9, Row3[2]=8",
                "levels": [
                    [
                        24
                    ],
                    [
                        15,
                        9
                    ],
                    [
                        7,
                        8,
                        1
                    ]
                ],
                "base": [
                    7,
                    8,
                    1
                ],
                "topValue": 24,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 1,
                        "v": 9
                    },
                    {
                        "r": 2,
                        "c": 1,
                        "v": 8
                    }
                ]
            },
            {
                "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): [27] → [12, _] → [3, 9, _]",
                "answer": "Row2[2]=15, Row3[3]=6",
                "levels": [
                    [
                        27
                    ],
                    [
                        12,
                        15
                    ],
                    [
                        3,
                        9,
                        6
                    ]
                ],
                "base": [
                    3,
                    9,
                    6
                ],
                "topValue": 27,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 1,
                        "v": 15
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 6
                    }
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}