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