B Set 35 Unknown

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

{
    "contentData": {
        "operation": "function-machine",
        "subject": "arithmetic",
        "difficulty": "easy",
        "config": {
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "+2",
                "input": 1,
                "output": 3,
                "question": "? → [+2] → 3",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "+5",
                "input": 4,
                "output": 9,
                "question": "Input: 4 → [+5] → ?",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "-3",
                "input": 5,
                "output": 2,
                "question": "Input: 5 → [?] → 2, what is the rule?",
                "answer": "-3",
                "correctAnswer": "-3",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "×3",
                "input": 4,
                "output": 12,
                "question": "Input: 4 → [×3] → ?",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "×3",
                "input": 1,
                "output": 3,
                "question": "Input: 1 → [×3] → ?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "+5",
                "input": 10,
                "output": 15,
                "question": "Input: 10 → [+5] → ?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "-1",
                "input": 8,
                "output": 7,
                "question": "Input: 8 → [?] → 7, what is the rule?",
                "answer": "-1",
                "correctAnswer": "-1",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "×2",
                "input": 9,
                "output": 18,
                "question": "? → [×2] → 18",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}