B Set 100 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": "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": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    46,
                    93,
                    140,
                    187,
                    234,
                    281
                ],
                "question": "What comes next in the pattern? 46, 93, 140, 187, 234, 281, __",
                "answer": 328,
                "correctAnswer": "328",
                "difficulty": "hard"
            },
            {
                "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": "hard"
            },
            {
                "id": 4,
                "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": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    44,
                    74,
                    104,
                    134,
                    164
                ],
                "question": "What comes next in the pattern? 14, 44, 74, 104, 134, 164, __",
                "answer": 194,
                "correctAnswer": "194",
                "difficulty": "hard"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    23,
                    -1,
                    -25,
                    -49,
                    -73,
                    -97
                ],
                "question": "What comes next in the pattern? 23, -1, -25, -49, -73, -97, __",
                "answer": -121,
                "correctAnswer": "-121",
                "difficulty": "hard"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    69,
                    40,
                    11,
                    -18,
                    -47,
                    -76
                ],
                "question": "What comes next in the pattern? 69, 40, 11, -18, -47, -76, __",
                "answer": -105,
                "correctAnswer": "-105",
                "difficulty": "hard"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    51,
                    95,
                    139,
                    183,
                    227,
                    271
                ],
                "question": "What comes next in the pattern? 51, 95, 139, 183, 227, 271, __",
                "answer": 315,
                "correctAnswer": "315",
                "difficulty": "hard"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    22,
                    28,
                    34,
                    40,
                    46,
                    52
                ],
                "question": "What comes next in the pattern? 22, 28, 34, 40, 46, 52, __",
                "answer": 58,
                "correctAnswer": "58",
                "difficulty": "hard"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    44,
                    76,
                    108,
                    140,
                    172,
                    204
                ],
                "question": "What comes next in the pattern? 44, 76, 108, 140, 172, 204, __",
                "answer": 236,
                "correctAnswer": "236",
                "difficulty": "hard"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    5,
                    10,
                    20,
                    40,
                    80
                ],
                "question": "What comes next in the sequence? 5, 10, 20, 40, 80, __",
                "answer": 160,
                "correctAnswer": "160",
                "difficulty": "hard"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    12,
                    7,
                    2,
                    -3,
                    -8
                ],
                "question": "What comes next in the pattern? 17, 12, 7, 2, -3, -8, __",
                "answer": -13,
                "correctAnswer": "-13",
                "difficulty": "hard"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    86,
                    65,
                    44,
                    23,
                    2,
                    -19
                ],
                "question": "What comes next in the pattern? 86, 65, 44, 23, 2, -19, __",
                "answer": -40,
                "correctAnswer": "-40",
                "difficulty": "hard"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    79,
                    101,
                    123,
                    145,
                    167,
                    189
                ],
                "question": "What comes next in the pattern? 79, 101, 123, 145, 167, 189, __",
                "answer": 211,
                "correctAnswer": "211",
                "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": [
                    8,
                    39,
                    70,
                    101,
                    132,
                    163
                ],
                "question": "What comes next in the pattern? 8, 39, 70, 101, 132, 163, __",
                "answer": 194,
                "correctAnswer": "194",
                "difficulty": "hard"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    89,
                    48,
                    7,
                    -34,
                    -75,
                    -116
                ],
                "question": "What comes next in the pattern? 89, 48, 7, -34, -75, -116, __",
                "answer": -157,
                "correctAnswer": "-157",
                "difficulty": "hard"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    57,
                    71,
                    85,
                    99,
                    113,
                    127
                ],
                "question": "What comes next in the pattern? 57, 71, 85, 99, 113, 127, __",
                "answer": 141,
                "correctAnswer": "141",
                "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": [
                    31,
                    55,
                    79,
                    103,
                    127,
                    151
                ],
                "question": "What comes next in the pattern? 31, 55, 79, 103, 127, 151, __",
                "answer": 175,
                "correctAnswer": "175",
                "difficulty": "hard"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}