B Set 34 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-output",
                "rule": "+10",
                "input": 7,
                "output": 17,
                "question": "Input: 7 → [+10] → ?",
                "answer": 17,
                "correctAnswer": "17",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "×2",
                "input": 5,
                "output": 10,
                "question": "? → [×2] → 10",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "×2",
                "input": 7,
                "output": 14,
                "question": "Input: 7 → [×2] → ?",
                "answer": 14,
                "correctAnswer": "14",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "+10",
                "input": 2,
                "output": 12,
                "question": "Input: 2 → [+10] → ?",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "+5",
                "input": 8,
                "output": 13,
                "question": "Input: 8 → [?] → 13, what is the rule?",
                "answer": "+5",
                "correctAnswer": "+5",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "+5",
                "input": 9,
                "output": 14,
                "question": "Input: 9 → [+5] → ?",
                "answer": 14,
                "correctAnswer": "14",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "-1",
                "input": 10,
                "output": 9,
                "question": "Input: 10 → [-1] → ?",
                "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"
}