easy Set 23 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-addition-3layer-easy",
        "pageNumber": 23,
        "generatedAt": "2026-03-16T15:21:50.059Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "29791d410d10ae51",
        "seedInput": "1|node-1-leaf-pyramid-addition-3layer-easy|23|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": "10c0ecfc4ec6f866"
        },
        "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): [_] → [8, 10] → [_, 7, 3]",
            "answer": "Row3[1]=1, Row1[1]=18",
            "levels": [
                [
                    18
                ],
                [
                    8,
                    10
                ],
                [
                    1,
                    7,
                    3
                ]
            ],
            "base": [
                1,
                7,
                3
            ],
            "topValue": 18,
            "hiddenCells": [
                {
                    "r": 2,
                    "c": 0,
                    "v": 1
                },
                {
                    "r": 0,
                    "c": 0,
                    "v": 18
                }
            ]
        },
        {
            "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): [31] → [17, 14] → [_, _, 7]",
            "answer": "Row3[1]=10, Row3[2]=7",
            "levels": [
                [
                    31
                ],
                [
                    17,
                    14
                ],
                [
                    10,
                    7,
                    7
                ]
            ],
            "base": [
                10,
                7,
                7
            ],
            "topValue": 31,
            "hiddenCells": [
                {
                    "r": 2,
                    "c": 0,
                    "v": 10
                },
                {
                    "r": 2,
                    "c": 1,
                    "v": 7
                }
            ]
        },
        {
            "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): [_] → [_, 8] → [7, 3, 5]",
            "answer": "Row1[1]=18, Row2[1]=10",
            "levels": [
                [
                    18
                ],
                [
                    10,
                    8
                ],
                [
                    7,
                    3,
                    5
                ]
            ],
            "base": [
                7,
                3,
                5
            ],
            "topValue": 18,
            "hiddenCells": [
                {
                    "r": 0,
                    "c": 0,
                    "v": 18
                },
                {
                    "r": 1,
                    "c": 0,
                    "v": 10
                }
            ]
        },
        {
            "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): [26] → [13, 13] → [_, 4, _]",
            "answer": "Row3[3]=9, Row3[1]=9",
            "levels": [
                [
                    26
                ],
                [
                    13,
                    13
                ],
                [
                    9,
                    4,
                    9
                ]
            ],
            "base": [
                9,
                4,
                9
            ],
            "topValue": 26,
            "hiddenCells": [
                {
                    "r": 2,
                    "c": 2,
                    "v": 9
                },
                {
                    "r": 2,
                    "c": 0,
                    "v": 9
                }
            ]
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}