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