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