B Set 72 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": "hard",
        "config": {
            "difficulty": "hard",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    32,
                    79,
                    126,
                    173,
                    220,
                    267
                ],
                "question": "What comes next in the pattern? 32, 79, 126, 173, 220, 267, __",
                "answer": 314,
                "correctAnswer": "314",
                "difficulty": "hard"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    0,
                    -5,
                    -10,
                    -15,
                    -20
                ],
                "question": "What comes next in the pattern? 5, 0, -5, -10, -15, -20, __",
                "answer": -25,
                "correctAnswer": "-25",
                "difficulty": "hard"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    42,
                    68,
                    94,
                    120,
                    146
                ],
                "question": "What comes next in the pattern? 16, 42, 68, 94, 120, 146, __",
                "answer": 172,
                "correctAnswer": "172",
                "difficulty": "hard"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    69,
                    99,
                    129,
                    159,
                    189,
                    219
                ],
                "question": "What comes next in the pattern? 69, 99, 129, 159, 189, 219, __",
                "answer": 249,
                "correctAnswer": "249",
                "difficulty": "hard"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    43,
                    29,
                    15,
                    1,
                    -13,
                    -27
                ],
                "question": "What comes next in the pattern? 43, 29, 15, 1, -13, -27, __",
                "answer": -41,
                "correctAnswer": "-41",
                "difficulty": "hard"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    88,
                    50,
                    12,
                    -26,
                    -64,
                    -102
                ],
                "question": "What comes next in the pattern? 88, 50, 12, -26, -64, -102, __",
                "answer": -140,
                "correctAnswer": "-140",
                "difficulty": "hard"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    51,
                    76,
                    101,
                    126,
                    151,
                    176
                ],
                "question": "What comes next in the pattern? 51, 76, 101, 126, 151, 176, __",
                "answer": 201,
                "correctAnswer": "201",
                "difficulty": "hard"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    76,
                    126,
                    176,
                    226,
                    276,
                    326
                ],
                "question": "What comes next in the pattern? 76, 126, 176, 226, 276, 326, __",
                "answer": 376,
                "correctAnswer": "376",
                "difficulty": "hard"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    85,
                    45,
                    5,
                    -35,
                    -75,
                    -115
                ],
                "question": "What comes next in the pattern? 85, 45, 5, -35, -75, -115, __",
                "answer": -155,
                "correctAnswer": "-155",
                "difficulty": "hard"
            },
            {
                "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": "hard"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    24,
                    5,
                    -14,
                    -33,
                    -52,
                    -71
                ],
                "question": "What comes next in the pattern? 24, 5, -14, -33, -52, -71, __",
                "answer": -90,
                "correctAnswer": "-90",
                "difficulty": "hard"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    81,
                    120,
                    159,
                    198,
                    237,
                    276
                ],
                "question": "What comes next in the pattern? 81, 120, 159, 198, 237, 276, __",
                "answer": 315,
                "correctAnswer": "315",
                "difficulty": "hard"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    98,
                    125,
                    152,
                    179,
                    206,
                    233
                ],
                "question": "What comes next in the pattern? 98, 125, 152, 179, 206, 233, __",
                "answer": 260,
                "correctAnswer": "260",
                "difficulty": "hard"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    -29,
                    -73,
                    -117,
                    -161,
                    -205
                ],
                "question": "What comes next in the pattern? 15, -29, -73, -117, -161, -205, __",
                "answer": -249,
                "correctAnswer": "-249",
                "difficulty": "hard"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    6,
                    12,
                    24,
                    48
                ],
                "question": "What comes next in the sequence? 3, 6, 12, 24, 48, __",
                "answer": 96,
                "correctAnswer": "96",
                "difficulty": "hard"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    36,
                    84,
                    132,
                    180,
                    228,
                    276
                ],
                "question": "What comes next in the pattern? 36, 84, 132, 180, 228, 276, __",
                "answer": 324,
                "correctAnswer": "324",
                "difficulty": "hard"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    4,
                    8,
                    16,
                    32,
                    64
                ],
                "question": "What comes next in the sequence? 4, 8, 16, 32, 64, __",
                "answer": 128,
                "correctAnswer": "128",
                "difficulty": "hard"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    79,
                    90,
                    101,
                    112,
                    123,
                    134
                ],
                "question": "What comes next in the pattern? 79, 90, 101, 112, 123, 134, __",
                "answer": 145,
                "correctAnswer": "145",
                "difficulty": "hard"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    -23,
                    -66,
                    -109,
                    -152,
                    -195
                ],
                "question": "What comes next in the pattern? 20, -23, -66, -109, -152, -195, __",
                "answer": -238,
                "correctAnswer": "-238",
                "difficulty": "hard"
            },
            {
                "id": 20,
                "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": "hard"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}