B Set 35 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": [
                    50,
                    34,
                    18,
                    2,
                    -14
                ],
                "question": "What comes next in the pattern? 50, 34, 18, 2, -14, __",
                "answer": -30,
                "correctAnswer": "-30",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    28,
                    44,
                    60,
                    76,
                    92
                ],
                "question": "What comes next in the pattern? 28, 44, 60, 76, 92, __",
                "answer": 108,
                "correctAnswer": "108",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    36,
                    20,
                    4,
                    -12,
                    -28
                ],
                "question": "What comes next in the pattern? 36, 20, 4, -12, -28, __",
                "answer": -44,
                "correctAnswer": "-44",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "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": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    -1,
                    -11,
                    -21,
                    -31
                ],
                "question": "What comes next in the pattern? 9, -1, -11, -21, -31, __",
                "answer": -41,
                "correctAnswer": "-41",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    48,
                    56,
                    64,
                    72,
                    80
                ],
                "question": "What comes next in the pattern? 48, 56, 64, 72, 80, __",
                "answer": 88,
                "correctAnswer": "88",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    33,
                    48,
                    63,
                    78,
                    93
                ],
                "question": "What comes next in the pattern? 33, 48, 63, 78, 93, __",
                "answer": 108,
                "correctAnswer": "108",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    37,
                    49,
                    61,
                    73,
                    85
                ],
                "question": "What comes next in the pattern? 37, 49, 61, 73, 85, __",
                "answer": 97,
                "correctAnswer": "97",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    -9,
                    -28,
                    -47,
                    -66
                ],
                "question": "What comes next in the pattern? 10, -9, -28, -47, -66, __",
                "answer": -85,
                "correctAnswer": "-85",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "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": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    21,
                    27,
                    33,
                    39
                ],
                "question": "What comes next in the pattern? 15, 21, 27, 33, 39, __",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "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": 13,
                "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": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    -1,
                    -17,
                    -33,
                    -49
                ],
                "question": "What comes next in the pattern? 15, -1, -17, -33, -49, __",
                "answer": -65,
                "correctAnswer": "-65",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    48,
                    32,
                    16,
                    0,
                    -16
                ],
                "question": "What comes next in the pattern? 48, 32, 16, 0, -16, __",
                "answer": -32,
                "correctAnswer": "-32",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    22,
                    38,
                    54,
                    70,
                    86
                ],
                "question": "What comes next in the pattern? 22, 38, 54, 70, 86, __",
                "answer": 102,
                "correctAnswer": "102",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    22,
                    26,
                    30,
                    34,
                    38
                ],
                "question": "What comes next in the pattern? 22, 26, 30, 34, 38, __",
                "answer": 42,
                "correctAnswer": "42",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    26,
                    41,
                    56,
                    71,
                    86
                ],
                "question": "What comes next in the pattern? 26, 41, 56, 71, 86, __",
                "answer": 101,
                "correctAnswer": "101",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    -7,
                    -20,
                    -33,
                    -46
                ],
                "question": "What comes next in the pattern? 6, -7, -20, -33, -46, __",
                "answer": -59,
                "correctAnswer": "-59",
                "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"
}