starter Set 16 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-mixed-6layer-starter",
        "pageNumber": 16,
        "generatedAt": "2026-03-16T15:21:51.510Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "3ad8c9d01a2685f6",
        "seedInput": "1|node-1-leaf-pyramid-mixed-6layer-starter|16|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": "715fbe2c2f69ed62"
        },
        "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": "starter",
    "config": {
        "difficulty": "starter",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "number-pyramid",
            "subType": "number-pyramid",
            "difficulty": "starter",
            "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [31] → [12, 19] → [_, _, 9]",
            "answer": "Row3[1]=2, Row3[2]=10",
            "levels": [
                [
                    31
                ],
                [
                    12,
                    19
                ],
                [
                    2,
                    10,
                    9
                ]
            ],
            "base": [
                2,
                10,
                9
            ],
            "topValue": 31,
            "hiddenCells": [
                {
                    "r": 2,
                    "c": 0,
                    "v": 2
                },
                {
                    "r": 2,
                    "c": 1,
                    "v": 10
                }
            ]
        },
        {
            "type": "number-pyramid",
            "subType": "number-pyramid",
            "difficulty": "starter",
            "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [15] → [_, _] → [10, 1, 3]",
            "answer": "Row2[1]=11, Row2[2]=4",
            "levels": [
                [
                    15
                ],
                [
                    11,
                    4
                ],
                [
                    10,
                    1,
                    3
                ]
            ],
            "base": [
                10,
                1,
                3
            ],
            "topValue": 15,
            "hiddenCells": [
                {
                    "r": 1,
                    "c": 0,
                    "v": 11
                },
                {
                    "r": 1,
                    "c": 1,
                    "v": 4
                }
            ]
        },
        {
            "type": "number-pyramid",
            "subType": "number-pyramid",
            "difficulty": "starter",
            "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [16] → [5, 11] → [_, _, 9]",
            "answer": "Row3[1]=3, Row3[2]=2",
            "levels": [
                [
                    16
                ],
                [
                    5,
                    11
                ],
                [
                    3,
                    2,
                    9
                ]
            ],
            "base": [
                3,
                2,
                9
            ],
            "topValue": 16,
            "hiddenCells": [
                {
                    "r": 2,
                    "c": 0,
                    "v": 3
                },
                {
                    "r": 2,
                    "c": 1,
                    "v": 2
                }
            ]
        },
        {
            "type": "number-pyramid",
            "subType": "number-pyramid",
            "difficulty": "starter",
            "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [23] → [9, 14] → [_, _, 8]",
            "answer": "Row3[1]=3, Row3[2]=6",
            "levels": [
                [
                    23
                ],
                [
                    9,
                    14
                ],
                [
                    3,
                    6,
                    8
                ]
            ],
            "base": [
                3,
                6,
                8
            ],
            "topValue": 23,
            "hiddenCells": [
                {
                    "r": 2,
                    "c": 0,
                    "v": 3
                },
                {
                    "r": 2,
                    "c": 1,
                    "v": 6
                }
            ]
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}