medium Set 39 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-multiplication-4layer-medium",
        "pageNumber": 39,
        "generatedAt": "2026-03-16T15:21:51.103Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "2f7ecc862024a3dc",
        "seedInput": "1|node-1-leaf-pyramid-multiplication-4layer-medium|39|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": "b7440d39075f3e44"
        },
        "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): [_] → [26, 18] → [17, _, 9] → [9, _, _, 8]",
            "answer": "Row1[1]=44, Row4[2]=8, Row4[3]=1, Row3[2]=9",
            "levels": [
                [
                    44
                ],
                [
                    26,
                    18
                ],
                [
                    17,
                    9,
                    9
                ],
                [
                    9,
                    8,
                    1,
                    8
                ]
            ],
            "base": [
                9,
                8,
                1,
                8
            ],
            "topValue": 44,
            "hiddenCells": [
                {
                    "r": 0,
                    "c": 0,
                    "v": 44
                },
                {
                    "r": 3,
                    "c": 1,
                    "v": 8
                },
                {
                    "r": 3,
                    "c": 2,
                    "v": 1
                },
                {
                    "r": 2,
                    "c": 1,
                    "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): [_] → [_, 33] → [17, 19, 14] → [7, 10, _, _]",
            "answer": "Row1[1]=69, Row4[4]=5, Row4[3]=9, Row2[1]=36",
            "levels": [
                [
                    69
                ],
                [
                    36,
                    33
                ],
                [
                    17,
                    19,
                    14
                ],
                [
                    7,
                    10,
                    9,
                    5
                ]
            ],
            "base": [
                7,
                10,
                9,
                5
            ],
            "topValue": 69,
            "hiddenCells": [
                {
                    "r": 0,
                    "c": 0,
                    "v": 69
                },
                {
                    "r": 3,
                    "c": 3,
                    "v": 5
                },
                {
                    "r": 3,
                    "c": 2,
                    "v": 9
                },
                {
                    "r": 1,
                    "c": 0,
                    "v": 36
                }
            ]
        },
        {
            "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] → [27, _] → [15, 12, _] → [10, _, _, 8]",
            "answer": "Row3[3]=15, Row4[3]=7, Row4[2]=5, Row2[2]=27",
            "levels": [
                [
                    54
                ],
                [
                    27,
                    27
                ],
                [
                    15,
                    12,
                    15
                ],
                [
                    10,
                    5,
                    7,
                    8
                ]
            ],
            "base": [
                10,
                5,
                7,
                8
            ],
            "topValue": 54,
            "hiddenCells": [
                {
                    "r": 2,
                    "c": 2,
                    "v": 15
                },
                {
                    "r": 3,
                    "c": 2,
                    "v": 7
                },
                {
                    "r": 3,
                    "c": 1,
                    "v": 5
                },
                {
                    "r": 1,
                    "c": 1,
                    "v": 27
                }
            ]
        },
        {
            "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): [15] → [6, 9] → [_, _, _] → [2, 1, _, 4]",
            "answer": "Row3[3]=6, Row4[3]=2, Row3[1]=3, Row3[2]=3",
            "levels": [
                [
                    15
                ],
                [
                    6,
                    9
                ],
                [
                    3,
                    3,
                    6
                ],
                [
                    2,
                    1,
                    2,
                    4
                ]
            ],
            "base": [
                2,
                1,
                2,
                4
            ],
            "topValue": 15,
            "hiddenCells": [
                {
                    "r": 2,
                    "c": 2,
                    "v": 6
                },
                {
                    "r": 3,
                    "c": 2,
                    "v": 2
                },
                {
                    "r": 2,
                    "c": 0,
                    "v": 3
                },
                {
                    "r": 2,
                    "c": 1,
                    "v": 3
                }
            ]
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}