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