easy Set 19 Form Exercise

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

{
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_meta": {
        "nodeId": "node-1-leaf-pyramid-addition-5layer-easy",
        "pageNumber": 19,
        "generatedAt": "2026-03-16T15:21:50.433Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "70be9ff887cfca5a",
        "seedInput": "1|node-1-leaf-pyramid-addition-5layer-easy|19|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": "93b6fca908859ea7"
        },
        "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] → [3, 3, 4]",
            "answer": "Row2[1]=6, Row1[1]=13",
            "levels": [
                [
                    13
                ],
                [
                    6,
                    7
                ],
                [
                    3,
                    3,
                    4
                ]
            ],
            "base": [
                3,
                3,
                4
            ],
            "topValue": 13,
            "hiddenCells": [
                {
                    "r": 1,
                    "c": 0,
                    "v": 6
                },
                {
                    "r": 0,
                    "c": 0,
                    "v": 13
                }
            ]
        },
        {
            "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): [19] → [_, 9] → [9, _, 8]",
            "answer": "Row2[1]=10, Row3[2]=1",
            "levels": [
                [
                    19
                ],
                [
                    10,
                    9
                ],
                [
                    9,
                    1,
                    8
                ]
            ],
            "base": [
                9,
                1,
                8
            ],
            "topValue": 19,
            "hiddenCells": [
                {
                    "r": 1,
                    "c": 0,
                    "v": 10
                },
                {
                    "r": 2,
                    "c": 1,
                    "v": 1
                }
            ]
        },
        {
            "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): [6] → [2, 4] → [1, _, _]",
            "answer": "Row3[3]=3, Row3[2]=1",
            "levels": [
                [
                    6
                ],
                [
                    2,
                    4
                ],
                [
                    1,
                    1,
                    3
                ]
            ],
            "base": [
                1,
                1,
                3
            ],
            "topValue": 6,
            "hiddenCells": [
                {
                    "r": 2,
                    "c": 2,
                    "v": 3
                },
                {
                    "r": 2,
                    "c": 1,
                    "v": 1
                }
            ]
        },
        {
            "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): [_] → [4, _] → [3, 1, 7]",
            "answer": "Row2[2]=8, Row1[1]=12",
            "levels": [
                [
                    12
                ],
                [
                    4,
                    8
                ],
                [
                    3,
                    1,
                    7
                ]
            ],
            "base": [
                3,
                1,
                7
            ],
            "topValue": 12,
            "hiddenCells": [
                {
                    "r": 1,
                    "c": 1,
                    "v": 8
                },
                {
                    "r": 0,
                    "c": 0,
                    "v": 12
                }
            ]
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}