B Set 43 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": "medium",
        "config": {
            "difficulty": "medium",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "medium",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [55] → [25, 30] → [_, 13, _] → [9, _, _, 7]",
                "answer": "Row3[3]=17, Row3[1]=12, Row4[2]=3, Row4[3]=10",
                "levels": [
                    [
                        55
                    ],
                    [
                        25,
                        30
                    ],
                    [
                        12,
                        13,
                        17
                    ],
                    [
                        9,
                        3,
                        10,
                        7
                    ]
                ],
                "base": [
                    9,
                    3,
                    10,
                    7
                ],
                "topValue": 55,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 2,
                        "v": 17
                    },
                    {
                        "r": 2,
                        "c": 0,
                        "v": 12
                    },
                    {
                        "r": 3,
                        "c": 1,
                        "v": 3
                    },
                    {
                        "r": 3,
                        "c": 2,
                        "v": 10
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "medium",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [34] → [_, _] → [10, 6, _] → [_, 3, 3, 9]",
                "answer": "Row2[2]=18, Row2[1]=16, Row4[1]=7, Row3[3]=12",
                "levels": [
                    [
                        34
                    ],
                    [
                        16,
                        18
                    ],
                    [
                        10,
                        6,
                        12
                    ],
                    [
                        7,
                        3,
                        3,
                        9
                    ]
                ],
                "base": [
                    7,
                    3,
                    3,
                    9
                ],
                "topValue": 34,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 1,
                        "v": 18
                    },
                    {
                        "r": 1,
                        "c": 0,
                        "v": 16
                    },
                    {
                        "r": 3,
                        "c": 0,
                        "v": 7
                    },
                    {
                        "r": 2,
                        "c": 2,
                        "v": 12
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "medium",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [_] → [20, _] → [10, 10, 3] → [1, _, _, 2]",
                "answer": "Row2[2]=13, Row4[3]=1, Row1[1]=33, Row4[2]=9",
                "levels": [
                    [
                        33
                    ],
                    [
                        20,
                        13
                    ],
                    [
                        10,
                        10,
                        3
                    ],
                    [
                        1,
                        9,
                        1,
                        2
                    ]
                ],
                "base": [
                    1,
                    9,
                    1,
                    2
                ],
                "topValue": 33,
                "hiddenCells": [
                    {
                        "r": 1,
                        "c": 1,
                        "v": 13
                    },
                    {
                        "r": 3,
                        "c": 2,
                        "v": 1
                    },
                    {
                        "r": 0,
                        "c": 0,
                        "v": 33
                    },
                    {
                        "r": 3,
                        "c": 1,
                        "v": 9
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "medium",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [_] → [_, 23] → [17, 11, 12] → [8, 9, _, _]",
                "answer": "Row4[4]=10, Row2[1]=28, Row4[3]=2, Row1[1]=51",
                "levels": [
                    [
                        51
                    ],
                    [
                        28,
                        23
                    ],
                    [
                        17,
                        11,
                        12
                    ],
                    [
                        8,
                        9,
                        2,
                        10
                    ]
                ],
                "base": [
                    8,
                    9,
                    2,
                    10
                ],
                "topValue": 51,
                "hiddenCells": [
                    {
                        "r": 3,
                        "c": 3,
                        "v": 10
                    },
                    {
                        "r": 1,
                        "c": 0,
                        "v": 28
                    },
                    {
                        "r": 3,
                        "c": 2,
                        "v": 2
                    },
                    {
                        "r": 0,
                        "c": 0,
                        "v": 51
                    }
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}