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