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": "patterns",
        "subject": "arithmetic",
        "difficulty": "easy",
        "config": {
            "difficulty": "easy",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    7,
                    5,
                    3
                ],
                "question": "What comes next in the pattern? 9, 7, 5, 3, __",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "easy"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    4,
                    2,
                    0
                ],
                "question": "What comes next in the pattern? 6, 4, 2, 0, __",
                "answer": -2,
                "correctAnswer": "-2",
                "difficulty": "easy"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    11,
                    12,
                    13
                ],
                "question": "What comes next in the pattern? 10, 11, 12, 13, __",
                "answer": 14,
                "correctAnswer": "14",
                "difficulty": "easy"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    8,
                    9,
                    10
                ],
                "question": "What comes next in the pattern? 7, 8, 9, 10, __",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "easy"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    10,
                    11,
                    12
                ],
                "question": "What comes next in the pattern? 9, 10, 11, 12, __",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "easy"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    9,
                    27,
                    81
                ],
                "question": "What comes next in the sequence? 3, 9, 27, 81, __",
                "answer": 243,
                "correctAnswer": "243",
                "difficulty": "easy"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    8,
                    11,
                    14
                ],
                "question": "What comes next in the pattern? 5, 8, 11, 14, __",
                "answer": 17,
                "correctAnswer": "17",
                "difficulty": "easy"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    10,
                    13,
                    16
                ],
                "question": "What comes next in the pattern? 7, 10, 13, 16, __",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "easy"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    2,
                    4,
                    8,
                    16
                ],
                "question": "What comes next in the sequence? 2, 4, 8, 16, __",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "easy"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    11,
                    13,
                    15
                ],
                "question": "What comes next in the pattern? 9, 11, 13, 15, __",
                "answer": 17,
                "correctAnswer": "17",
                "difficulty": "easy"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    6,
                    12,
                    24
                ],
                "question": "What comes next in the sequence? 3, 6, 12, 24, __",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "easy"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    6,
                    10,
                    14
                ],
                "question": "What comes next in the pattern? 2, 6, 10, 14, __",
                "answer": 18,
                "correctAnswer": "18",
                "difficulty": "easy"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    4,
                    8,
                    16,
                    32
                ],
                "question": "What comes next in the sequence? 4, 8, 16, 32, __",
                "answer": 64,
                "correctAnswer": "64",
                "difficulty": "easy"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}