B Set 83 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": "hard",
        "config": {
            "difficulty": "hard",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "-3",
                "input": 4,
                "output": 1,
                "question": "Input: 4 → [?] → 1, what is the rule?",
                "answer": "-3",
                "correctAnswer": "-3",
                "difficulty": "hard"
            },
            {
                "id": 2,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "-3",
                "input": 7,
                "output": 4,
                "question": "? → [-3] → 4",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "hard"
            },
            {
                "id": 3,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "×2 + 1",
                "input": 5,
                "output": 11,
                "question": "Input: 5 → [×2 + 1] → ?",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "hard"
            },
            {
                "id": 4,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "×2 + 1",
                "input": 9,
                "output": 19,
                "question": "Input: 9 → [?] → 19, what is the rule?",
                "answer": "×2 + 1",
                "correctAnswer": "×2 + 1",
                "difficulty": "hard"
            },
            {
                "id": 5,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "×2 + 1",
                "input": 7,
                "output": 15,
                "question": "Input: 7 → [×2 + 1] → ?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "hard"
            },
            {
                "id": 6,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "×3 - 2",
                "input": 4,
                "output": 10,
                "question": "Input: 4 → [×3 - 2] → ?",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "hard"
            },
            {
                "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": "hard"
            },
            {
                "id": 8,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "-1",
                "input": 9,
                "output": 8,
                "question": "Input: 9 → [-1] → ?",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "hard"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}