B Set 22 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): [30] → [18, _] → [10, _, 4]",
                "answer": "Row2[2]=12, Row3[2]=8",
                "levels": [
                    [
                        30
                    ],
                    [
                        18,
                        12
                    ],
                    [
                        10,
                        8,
                        4
                    ]
                ],
                "base": [
                    10,
                    8,
                    4
                ],
                "topValue": 30,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 1,
                        "v": 12
                    },
                    {
                        "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): [19] → [7, 12] → [_, 6, _]",
                "answer": "Row3[3]=6, Row3[1]=1",
                "levels": [
                    [
                        19
                    ],
                    [
                        7,
                        12
                    ],
                    [
                        1,
                        6,
                        6
                    ]
                ],
                "base": [
                    1,
                    6,
                    6
                ],
                "topValue": 19,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 2,
                        "v": 6
                    },
                    {
                        "r": 2,
                        "c": 0,
                        "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): [25] → [12, _] → [4, 8, _]",
                "answer": "Row2[2]=13, Row3[3]=5",
                "levels": [
                    [
                        25
                    ],
                    [
                        12,
                        13
                    ],
                    [
                        4,
                        8,
                        5
                    ]
                ],
                "base": [
                    4,
                    8,
                    5
                ],
                "topValue": 25,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 1,
                        "v": 13
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 5
                    }
                ]
            },
            {
                "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): [21] → [8, 13] → [_, 7, _]",
                "answer": "Row3[3]=6, Row3[1]=1",
                "levels": [
                    [
                        21
                    ],
                    [
                        8,
                        13
                    ],
                    [
                        1,
                        7,
                        6
                    ]
                ],
                "base": [
                    1,
                    7,
                    6
                ],
                "topValue": 21,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 2,
                        "v": 6
                    },
                    {
                        "r": 2,
                        "c": 0,
                        "v": 1
                    }
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}