easy Set 15 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-subtraction-3layer-easy",
        "pageNumber": 15,
        "generatedAt": "2026-03-16T15:21:50.461Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "dad5a8ae5a2897f0",
        "seedInput": "1|node-1-leaf-pyramid-subtraction-3layer-easy|15|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "guided-solver",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "easy",
            "computedScore": 18,
            "metrics": {
                "problemCount": 4,
                "operation": "pyramid",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "b561ffddb4091138e540d36399321e87",
            "contentFingerprint": "bd7613e926295992"
        },
        "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": "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): [_] → [7, _] → [1, 6, 8]",
            "answer": "Row2[2]=14, Row1[1]=21",
            "levels": [
                [
                    21
                ],
                [
                    7,
                    14
                ],
                [
                    1,
                    6,
                    8
                ]
            ],
            "base": [
                1,
                6,
                8
            ],
            "topValue": 21,
            "hiddenCells": [
                {
                    "r": 1,
                    "c": 1,
                    "v": 14
                },
                {
                    "r": 0,
                    "c": 0,
                    "v": 21
                }
            ]
        },
        {
            "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] → [3, 6, _]",
            "answer": "Row2[1]=9, Row3[3]=2",
            "levels": [
                [
                    17
                ],
                [
                    9,
                    8
                ],
                [
                    3,
                    6,
                    2
                ]
            ],
            "base": [
                3,
                6,
                2
            ],
            "topValue": 17,
            "hiddenCells": [
                {
                    "r": 1,
                    "c": 0,
                    "v": 9
                },
                {
                    "r": 2,
                    "c": 2,
                    "v": 2
                }
            ]
        },
        {
            "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): [35] → [18, 17] → [_, 8, _]",
            "answer": "Row3[1]=10, Row3[3]=9",
            "levels": [
                [
                    35
                ],
                [
                    18,
                    17
                ],
                [
                    10,
                    8,
                    9
                ]
            ],
            "base": [
                10,
                8,
                9
            ],
            "topValue": 35,
            "hiddenCells": [
                {
                    "r": 2,
                    "c": 0,
                    "v": 10
                },
                {
                    "r": 2,
                    "c": 2,
                    "v": 9
                }
            ]
        },
        {
            "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): [24] → [9, _] → [4, 5, _]",
            "answer": "Row2[2]=15, Row3[3]=10",
            "levels": [
                [
                    24
                ],
                [
                    9,
                    15
                ],
                [
                    4,
                    5,
                    10
                ]
            ],
            "base": [
                4,
                5,
                10
            ],
            "topValue": 24,
            "hiddenCells": [
                {
                    "r": 1,
                    "c": 1,
                    "v": 15
                },
                {
                    "r": 2,
                    "c": 2,
                    "v": 10
                }
            ]
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}