B Set 74 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": [
                    40,
                    36,
                    32,
                    28,
                    24
                ],
                "question": "What comes next in the pattern? 40, 36, 32, 28, 24, __",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    2,
                    4,
                    8,
                    16,
                    32
                ],
                "question": "What comes next in the sequence? 2, 4, 8, 16, 32, __",
                "answer": 64,
                "correctAnswer": "64",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    49,
                    67,
                    85,
                    103,
                    121
                ],
                "question": "What comes next in the pattern? 49, 67, 85, 103, 121, __",
                "answer": 139,
                "correctAnswer": "139",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    24,
                    26,
                    28,
                    30,
                    32
                ],
                "question": "What comes next in the pattern? 24, 26, 28, 30, 32, __",
                "answer": 34,
                "correctAnswer": "34",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    10,
                    6,
                    2,
                    -2
                ],
                "question": "What comes next in the pattern? 14, 10, 6, 2, -2, __",
                "answer": -6,
                "correctAnswer": "-6",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    4,
                    12,
                    36,
                    108,
                    324
                ],
                "question": "What comes next in the sequence? 4, 12, 36, 108, 324, __",
                "answer": 972,
                "correctAnswer": "972",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "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": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    29,
                    49,
                    69,
                    89
                ],
                "question": "What comes next in the pattern? 9, 29, 49, 69, 89, __",
                "answer": 109,
                "correctAnswer": "109",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    9,
                    27,
                    81,
                    243
                ],
                "question": "What comes next in the sequence? 3, 9, 27, 81, 243, __",
                "answer": 729,
                "correctAnswer": "729",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    29,
                    38,
                    47,
                    56,
                    65
                ],
                "question": "What comes next in the pattern? 29, 38, 47, 56, 65, __",
                "answer": 74,
                "correctAnswer": "74",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    28,
                    26,
                    24,
                    22,
                    20
                ],
                "question": "What comes next in the pattern? 28, 26, 24, 22, 20, __",
                "answer": 18,
                "correctAnswer": "18",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    26,
                    11,
                    -4,
                    -19,
                    -34
                ],
                "question": "What comes next in the pattern? 26, 11, -4, -19, -34, __",
                "answer": -49,
                "correctAnswer": "-49",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    34,
                    43,
                    52,
                    61,
                    70
                ],
                "question": "What comes next in the pattern? 34, 43, 52, 61, 70, __",
                "answer": 79,
                "correctAnswer": "79",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "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": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    25,
                    32,
                    39,
                    46,
                    53
                ],
                "question": "What comes next in the pattern? 25, 32, 39, 46, 53, __",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    36,
                    52,
                    68,
                    84,
                    100
                ],
                "question": "What comes next in the pattern? 36, 52, 68, 84, 100, __",
                "answer": 116,
                "correctAnswer": "116",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    46,
                    60,
                    74,
                    88,
                    102
                ],
                "question": "What comes next in the pattern? 46, 60, 74, 88, 102, __",
                "answer": 116,
                "correctAnswer": "116",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    1,
                    3,
                    9,
                    27,
                    81
                ],
                "question": "What comes next in the sequence? 1, 3, 9, 27, 81, __",
                "answer": 243,
                "correctAnswer": "243",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    49,
                    55,
                    61,
                    67,
                    73
                ],
                "question": "What comes next in the pattern? 49, 55, 61, 67, 73, __",
                "answer": 79,
                "correctAnswer": "79",
                "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"
}