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