medium Set 79 Form Exercise

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "_meta": {
        "nodeId": "node-1-leaf-pyramid-multiplication-3layer-medium",
        "pageNumber": 79,
        "generatedAt": "2026-03-16T15:21:50.800Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "fa54757fafdc448b",
        "seedInput": "1|node-1-leaf-pyramid-multiplication-3layer-medium|79|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "guided-solver",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "medium",
            "computedScore": 18,
            "metrics": {
                "problemCount": 4,
                "operation": "pyramid",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "b561ffddb4091138e540d36399321e87",
            "contentFingerprint": "f2e49de49bea5602"
        },
        "interaction": {
            "checkable": true,
            "revealable": true,
            "randomizable": true,
            "hintable": false,
            "progressable": true,
            "inputType": [
                "text-input"
            ]
        }
    },
    "version": "2.0",
    "generatorId": "arithmetic-generator-v7.2.1",
    "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): [_] → [25, 23] → [_, 12, _] → [_, 7, 5, 6]",
            "answer": "Row1[1]=48, Row3[3]=11, Row4[1]=6, Row3[1]=13",
            "levels": [
                [
                    48
                ],
                [
                    25,
                    23
                ],
                [
                    13,
                    12,
                    11
                ],
                [
                    6,
                    7,
                    5,
                    6
                ]
            ],
            "base": [
                6,
                7,
                5,
                6
            ],
            "topValue": 48,
            "hiddenCells": [
                {
                    "r": 0,
                    "c": 0,
                    "v": 48
                },
                {
                    "r": 2,
                    "c": 2,
                    "v": 11
                },
                {
                    "r": 3,
                    "c": 0,
                    "v": 6
                },
                {
                    "r": 2,
                    "c": 0,
                    "v": 13
                }
            ]
        },
        {
            "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): [_] → [_, 14] → [16, 8, 6] → [_, _, 2, 4]",
            "answer": "Row4[2]=6, Row1[1]=38, Row4[1]=10, Row2[1]=24",
            "levels": [
                [
                    38
                ],
                [
                    24,
                    14
                ],
                [
                    16,
                    8,
                    6
                ],
                [
                    10,
                    6,
                    2,
                    4
                ]
            ],
            "base": [
                10,
                6,
                2,
                4
            ],
            "topValue": 38,
            "hiddenCells": [
                {
                    "r": 3,
                    "c": 1,
                    "v": 6
                },
                {
                    "r": 0,
                    "c": 0,
                    "v": 38
                },
                {
                    "r": 3,
                    "c": 0,
                    "v": 10
                },
                {
                    "r": 1,
                    "c": 0,
                    "v": 24
                }
            ]
        },
        {
            "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): [54] → [_, _] → [_, 12, 19] → [9, 2, 10, _]",
            "answer": "Row2[1]=23, Row2[2]=31, Row3[1]=11, Row4[4]=9",
            "levels": [
                [
                    54
                ],
                [
                    23,
                    31
                ],
                [
                    11,
                    12,
                    19
                ],
                [
                    9,
                    2,
                    10,
                    9
                ]
            ],
            "base": [
                9,
                2,
                10,
                9
            ],
            "topValue": 54,
            "hiddenCells": [
                {
                    "r": 1,
                    "c": 0,
                    "v": 23
                },
                {
                    "r": 1,
                    "c": 1,
                    "v": 31
                },
                {
                    "r": 2,
                    "c": 0,
                    "v": 11
                },
                {
                    "r": 3,
                    "c": 3,
                    "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): [_] → [13, 16] → [_, 7, 9] → [_, _, 5, 4]",
            "answer": "Row4[1]=4, Row1[1]=29, Row4[2]=2, Row3[1]=6",
            "levels": [
                [
                    29
                ],
                [
                    13,
                    16
                ],
                [
                    6,
                    7,
                    9
                ],
                [
                    4,
                    2,
                    5,
                    4
                ]
            ],
            "base": [
                4,
                2,
                5,
                4
            ],
            "topValue": 29,
            "hiddenCells": [
                {
                    "r": 3,
                    "c": 0,
                    "v": 4
                },
                {
                    "r": 0,
                    "c": 0,
                    "v": 29
                },
                {
                    "r": 3,
                    "c": 1,
                    "v": 2
                },
                {
                    "r": 2,
                    "c": 0,
                    "v": 6
                }
            ]
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}