B Set 75 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": [
                    73,
                    89,
                    105,
                    121,
                    137,
                    153
                ],
                "question": "What comes next in the pattern? 73, 89, 105, 121, 137, 153, __",
                "answer": 169,
                "correctAnswer": "169",
                "difficulty": "hard"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    84,
                    106,
                    128,
                    150,
                    172,
                    194
                ],
                "question": "What comes next in the pattern? 84, 106, 128, 150, 172, 194, __",
                "answer": 216,
                "correctAnswer": "216",
                "difficulty": "hard"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    57,
                    77,
                    97,
                    117,
                    137,
                    157
                ],
                "question": "What comes next in the pattern? 57, 77, 97, 117, 137, 157, __",
                "answer": 177,
                "correctAnswer": "177",
                "difficulty": "hard"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    52,
                    86,
                    120,
                    154,
                    188,
                    222
                ],
                "question": "What comes next in the pattern? 52, 86, 120, 154, 188, 222, __",
                "answer": 256,
                "correctAnswer": "256",
                "difficulty": "hard"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    58,
                    99,
                    140,
                    181,
                    222
                ],
                "question": "What comes next in the pattern? 17, 58, 99, 140, 181, 222, __",
                "answer": 263,
                "correctAnswer": "263",
                "difficulty": "hard"
            },
            {
                "id": 6,
                "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": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    54,
                    27,
                    0,
                    -27,
                    -54,
                    -81
                ],
                "question": "What comes next in the pattern? 54, 27, 0, -27, -54, -81, __",
                "answer": -108,
                "correctAnswer": "-108",
                "difficulty": "hard"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    60,
                    104,
                    148,
                    192,
                    236,
                    280
                ],
                "question": "What comes next in the pattern? 60, 104, 148, 192, 236, 280, __",
                "answer": 324,
                "correctAnswer": "324",
                "difficulty": "hard"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    68,
                    117,
                    166,
                    215,
                    264
                ],
                "question": "What comes next in the pattern? 19, 68, 117, 166, 215, 264, __",
                "answer": 313,
                "correctAnswer": "313",
                "difficulty": "hard"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    98,
                    87,
                    76,
                    65,
                    54,
                    43
                ],
                "question": "What comes next in the pattern? 98, 87, 76, 65, 54, 43, __",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "hard"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    93,
                    130,
                    167,
                    204,
                    241,
                    278
                ],
                "question": "What comes next in the pattern? 93, 130, 167, 204, 241, 278, __",
                "answer": 315,
                "correctAnswer": "315",
                "difficulty": "hard"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    40,
                    58,
                    76,
                    94,
                    112,
                    130
                ],
                "question": "What comes next in the pattern? 40, 58, 76, 94, 112, 130, __",
                "answer": 148,
                "correctAnswer": "148",
                "difficulty": "hard"
            },
            {
                "id": 14,
                "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"
            },
            {
                "id": 15,
                "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": "hard"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    58,
                    40,
                    22,
                    4,
                    -14,
                    -32
                ],
                "question": "What comes next in the pattern? 58, 40, 22, 4, -14, -32, __",
                "answer": -50,
                "correctAnswer": "-50",
                "difficulty": "hard"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    94,
                    106,
                    118,
                    130,
                    142,
                    154
                ],
                "question": "What comes next in the pattern? 94, 106, 118, 130, 142, 154, __",
                "answer": 166,
                "correctAnswer": "166",
                "difficulty": "hard"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    50,
                    93,
                    136,
                    179,
                    222,
                    265
                ],
                "question": "What comes next in the pattern? 50, 93, 136, 179, 222, 265, __",
                "answer": 308,
                "correctAnswer": "308",
                "difficulty": "hard"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    96,
                    126,
                    156,
                    186,
                    216,
                    246
                ],
                "question": "What comes next in the pattern? 96, 126, 156, 186, 216, 246, __",
                "answer": 276,
                "correctAnswer": "276",
                "difficulty": "hard"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    60,
                    101,
                    142,
                    183,
                    224
                ],
                "question": "What comes next in the pattern? 19, 60, 101, 142, 183, 224, __",
                "answer": 265,
                "correctAnswer": "265",
                "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"
}