B Set 82 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": "medium",
        "config": {
            "difficulty": "medium",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    28,
                    31,
                    34,
                    37,
                    40
                ],
                "question": "What comes next in the pattern? 28, 31, 34, 37, 40, __",
                "answer": 43,
                "correctAnswer": "43",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    24,
                    36,
                    48,
                    60,
                    72
                ],
                "question": "What comes next in the pattern? 24, 36, 48, 60, 72, __",
                "answer": 84,
                "correctAnswer": "84",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    5,
                    15,
                    45,
                    135,
                    405
                ],
                "question": "What comes next in the sequence? 5, 15, 45, 135, 405, __",
                "answer": 1215,
                "correctAnswer": "1215",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    10,
                    15,
                    20,
                    25
                ],
                "question": "What comes next in the pattern? 5, 10, 15, 20, 25, __",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    22,
                    39,
                    56,
                    73,
                    90
                ],
                "question": "What comes next in the pattern? 22, 39, 56, 73, 90, __",
                "answer": 107,
                "correctAnswer": "107",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    34,
                    52,
                    70,
                    88
                ],
                "question": "What comes next in the pattern? 16, 34, 52, 70, 88, __",
                "answer": 106,
                "correctAnswer": "106",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    13,
                    19,
                    25,
                    31,
                    37
                ],
                "question": "What comes next in the pattern? 13, 19, 25, 31, 37, __",
                "answer": 43,
                "correctAnswer": "43",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    26,
                    33,
                    40,
                    47
                ],
                "question": "What comes next in the pattern? 19, 26, 33, 40, 47, __",
                "answer": 54,
                "correctAnswer": "54",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    2,
                    6,
                    18,
                    54,
                    162
                ],
                "question": "What comes next in the sequence? 2, 6, 18, 54, 162, __",
                "answer": 486,
                "correctAnswer": "486",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    33,
                    13,
                    -7,
                    -27,
                    -47
                ],
                "question": "What comes next in the pattern? 33, 13, -7, -27, -47, __",
                "answer": -67,
                "correctAnswer": "-67",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    33,
                    30,
                    27,
                    24,
                    21
                ],
                "question": "What comes next in the pattern? 33, 30, 27, 24, 21, __",
                "answer": 18,
                "correctAnswer": "18",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    25,
                    38,
                    51,
                    64
                ],
                "question": "What comes next in the pattern? 12, 25, 38, 51, 64, __",
                "answer": 77,
                "correctAnswer": "77",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    1,
                    -2,
                    -5,
                    -8
                ],
                "question": "What comes next in the pattern? 4, 1, -2, -5, -8, __",
                "answer": -11,
                "correctAnswer": "-11",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    24,
                    34,
                    44,
                    54,
                    64
                ],
                "question": "What comes next in the pattern? 24, 34, 44, 54, 64, __",
                "answer": 74,
                "correctAnswer": "74",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    1,
                    2,
                    4,
                    8,
                    16
                ],
                "question": "What comes next in the sequence? 1, 2, 4, 8, 16, __",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    22,
                    29,
                    36,
                    43
                ],
                "question": "What comes next in the pattern? 15, 22, 29, 36, 43, __",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    47,
                    42,
                    37,
                    32,
                    27
                ],
                "question": "What comes next in the pattern? 47, 42, 37, 32, 27, __",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    26,
                    44,
                    62,
                    80
                ],
                "question": "What comes next in the pattern? 8, 26, 44, 62, 80, __",
                "answer": 98,
                "correctAnswer": "98",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    36,
                    18,
                    0,
                    -18,
                    -36
                ],
                "question": "What comes next in the pattern? 36, 18, 0, -18, -36, __",
                "answer": -54,
                "correctAnswer": "-54",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    49,
                    65,
                    81,
                    97,
                    113
                ],
                "question": "What comes next in the pattern? 49, 65, 81, 97, 113, __",
                "answer": 129,
                "correctAnswer": "129",
                "difficulty": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}