B Set 33 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-input",
                "rule": "+4 ×2",
                "input": 3,
                "output": 14,
                "question": "? → [+4 ×2] → 14",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "hard"
            },
            {
                "id": 2,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "×2 + 1",
                "input": 4,
                "output": 9,
                "question": "Input: 4 → [?] → 9, what is the rule?",
                "answer": "×2 + 1",
                "correctAnswer": "×2 + 1",
                "difficulty": "hard"
            },
            {
                "id": 3,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "×2",
                "input": 9,
                "output": 18,
                "question": "? → [×2] → 18",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "hard"
            },
            {
                "id": 4,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "×2 + 3",
                "input": 2,
                "output": 7,
                "question": "? → [×2 + 3] → 7",
                "answer": 2,
                "correctAnswer": "2",
                "difficulty": "hard"
            },
            {
                "id": 5,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "-3",
                "input": 5,
                "output": 2,
                "question": "? → [-3] → 2",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "hard"
            },
            {
                "id": 6,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "×2 + 1",
                "input": 2,
                "output": 5,
                "question": "Input: 2 → [?] → 5, what is the rule?",
                "answer": "×2 + 1",
                "correctAnswer": "×2 + 1",
                "difficulty": "hard"
            },
            {
                "id": 7,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "×2",
                "input": 7,
                "output": 14,
                "question": "Input: 7 → [?] → 14, what is the rule?",
                "answer": "×2",
                "correctAnswer": "×2",
                "difficulty": "hard"
            },
            {
                "id": 8,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "+2",
                "input": 4,
                "output": 6,
                "question": "? → [+2] → 6",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "hard"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}