starter Set 8 Unknown

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

{
    "_meta": {
        "schemaVersion": "2.0.0",
        "nodeId": "node-1-leaf-function-machine-addition-starter",
        "pageNumber": 8,
        "generatedAt": "2026-03-01T01:52:00.074Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "4469095534665280034",
        "resolvedParams": {
            "expectedPuzzleSize": null,
            "expectedSize": null,
            "expectedDifficulty": "starter",
            "expectedVariant": null,
            "displayDifficulty": "starter",
            "theme": null,
            "contentType": null,
            "source": {
                "puzzleSize": "config",
                "size": "config",
                "difficulty": "slug",
                "variant": "config"
            }
        },
        "contractVersion": "1.0",
        "canonicalVersion": "2.0",
        "archetype": "form-exercise",
        "contentHash": "3b8eebe098ecc7166adba446ce4cdc2ab0a346ad10dc93be4474af8441152911",
        "fallbackReason": null
    },
    "title": "form-exercise set 8",
    "operation": "function-machine",
    "subject": "arithmetic",
    "difficulty": "starter",
    "config": {
        "difficulty": "starter",
        "maxNumber": 10
    },
    "problems": [
        {
            "id": 1,
            "type": "function-machine",
            "rule": "x × 4",
            "table": [
                {
                    "input": 5,
                    "output": null,
                    "blank": true
                },
                {
                    "input": 1,
                    "output": 4,
                    "blank": false
                },
                {
                    "input": 1,
                    "output": 4,
                    "blank": false
                },
                {
                    "input": 5,
                    "output": 20,
                    "blank": false
                }
            ],
            "answer": 20,
            "correctAnswer": "20",
            "question": "Rule: x × 4. Find the missing output."
        },
        {
            "id": 2,
            "type": "function-machine",
            "rule": "x × 2",
            "table": [
                {
                    "input": 2,
                    "output": 4,
                    "blank": false
                },
                {
                    "input": 9,
                    "output": 18,
                    "blank": false
                },
                {
                    "input": 12,
                    "output": null,
                    "blank": true
                },
                {
                    "input": 3,
                    "output": 6,
                    "blank": false
                }
            ],
            "answer": 24,
            "correctAnswer": "24",
            "question": "Rule: x × 2. Find the missing output."
        },
        {
            "id": 3,
            "type": "function-machine",
            "rule": "x × 4",
            "table": [
                {
                    "input": 11,
                    "output": 44,
                    "blank": false
                },
                {
                    "input": 10,
                    "output": null,
                    "blank": true
                },
                {
                    "input": 7,
                    "output": 28,
                    "blank": false
                },
                {
                    "input": 9,
                    "output": 36,
                    "blank": false
                }
            ],
            "answer": 40,
            "correctAnswer": "40",
            "question": "Rule: x × 4. Find the missing output."
        },
        {
            "id": 4,
            "type": "function-machine",
            "rule": "x × 2",
            "table": [
                {
                    "input": 9,
                    "output": null,
                    "blank": true
                },
                {
                    "input": 8,
                    "output": 16,
                    "blank": false
                },
                {
                    "input": 12,
                    "output": 24,
                    "blank": false
                },
                {
                    "input": 4,
                    "output": 8,
                    "blank": false
                }
            ],
            "answer": 18,
            "correctAnswer": "18",
            "question": "Rule: x × 2. Find the missing output."
        },
        {
            "id": 5,
            "type": "function-machine",
            "rule": "x × 3",
            "table": [
                {
                    "input": 5,
                    "output": 15,
                    "blank": false
                },
                {
                    "input": 12,
                    "output": null,
                    "blank": true
                },
                {
                    "input": 11,
                    "output": 33,
                    "blank": false
                },
                {
                    "input": 2,
                    "output": 6,
                    "blank": false
                }
            ],
            "answer": 36,
            "correctAnswer": "36",
            "question": "Rule: x × 3. Find the missing output."
        },
        {
            "id": 6,
            "type": "function-machine",
            "rule": "x × 3",
            "table": [
                {
                    "input": 5,
                    "output": 15,
                    "blank": false
                },
                {
                    "input": 9,
                    "output": null,
                    "blank": true
                },
                {
                    "input": 12,
                    "output": 36,
                    "blank": false
                },
                {
                    "input": 5,
                    "output": 15,
                    "blank": false
                }
            ],
            "answer": 27,
            "correctAnswer": "27",
            "question": "Rule: x × 3. Find the missing output."
        },
        {
            "id": 7,
            "type": "function-machine",
            "rule": "x + 7",
            "table": [
                {
                    "input": 9,
                    "output": 16,
                    "blank": false
                },
                {
                    "input": 7,
                    "output": null,
                    "blank": true
                },
                {
                    "input": 8,
                    "output": 15,
                    "blank": false
                },
                {
                    "input": 5,
                    "output": 12,
                    "blank": false
                }
            ],
            "answer": 14,
            "correctAnswer": "14",
            "question": "Rule: x + 7. Find the missing output."
        },
        {
            "id": 8,
            "type": "function-machine",
            "rule": "x - 2",
            "table": [
                {
                    "input": 7,
                    "output": null,
                    "blank": true
                },
                {
                    "input": 5,
                    "output": 3,
                    "blank": false
                },
                {
                    "input": 4,
                    "output": 2,
                    "blank": false
                },
                {
                    "input": 1,
                    "output": 0,
                    "blank": false
                }
            ],
            "answer": 5,
            "correctAnswer": "5",
            "question": "Rule: x - 2. Find the missing output.",
            "visual": {
                "type": "inline-svg",
                "svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 44 44\" width=\"44\" height=\"44\"><g transform=\"translate(4,4) scale(1)\"><path fill=\"#66757F\" d=\"M30 23.828c-.391.392-1.023.392-1.414 0l-1.414-1.414c-.392-.391-.392-1.024 0-1.414L30 18.172c.391-.391 1.023-.391 1.414 0l1.414 1.414c.392.391.392 1.024 0 1.414L30 23.828zm-15-15c-.391.392-1.023.392-1.414 0l-1.414-1.414c-.392-.391-.392-1.023 0-1.414L15 3.172c.391-.391 1.023-.391 1.414 0l1.414 1.414c.392.391.392 1.023 0 1.414L15 8.828z\"/><path fill=\"#55ACEE\" d=\"M2 22c2 0 11 1 11 1s1 9 1 11-2 2-3 1-4-6-4-6-5-3-6-4-1-3 1-3zM4 6.039C7 6 29 7 29 7s.924 22 .962 25c.038 3-2.763 4.002-3.862.001S21 15 21 15 7.045 10.583 3.995 9.898C0 9 .999 6.077 4 6.039z\"/><path fill=\"#CCD6DD\" d=\"M27 3c2-2 7-3 8-2s0 6-2 8-19 18-19 18-6.5 4.5-8 3 3-8 3-8S25 5 27 3z\"/><path fill=\"#66757F\" d=\"M14 22s.5.5-4 5-5 4-5 4-.5-.5 4-5 5-4 5-4zM29 4c1.657 0 3 1.343 3 3h.805c.114-.315.195-.645.195-1 0-1.657-1.343-3-3-3-.355 0-.685.081-1 .195V4z\"/></g></svg>",
                "altText": "airplane",
                "placement": "before-question"
            },
            "_visualToken": {
                "type": "asset-ref",
                "effectiveProvider": "twemoji",
                "requestedProvider": "twemoji",
                "iconSize": 36,
                "layout": "icon-badge",
                "placement": "before-question",
                "items": [
                    {
                        "ref": "twemoji:2708",
                        "name": "airplane",
                        "count": 1,
                        "role": "badge"
                    }
                ]
            }
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}