B Set 44 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": [
                    2,
                    4,
                    8,
                    16,
                    32
                ],
                "question": "What comes next in the sequence? 2, 4, 8, 16, 32, __",
                "answer": 64,
                "correctAnswer": "64",
                "difficulty": "hard"
            },
            {
                "id": 2,
                "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": "hard"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    -12,
                    -34,
                    -56,
                    -78,
                    -100
                ],
                "question": "What comes next in the pattern? 10, -12, -34, -56, -78, -100, __",
                "answer": -122,
                "correctAnswer": "-122",
                "difficulty": "hard"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    55,
                    73,
                    91,
                    109,
                    127,
                    145
                ],
                "question": "What comes next in the pattern? 55, 73, 91, 109, 127, 145, __",
                "answer": 163,
                "correctAnswer": "163",
                "difficulty": "hard"
            },
            {
                "id": 6,
                "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": 7,
                "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": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    92,
                    86,
                    80,
                    74,
                    68,
                    62
                ],
                "question": "What comes next in the pattern? 92, 86, 80, 74, 68, 62, __",
                "answer": 56,
                "correctAnswer": "56",
                "difficulty": "hard"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    33,
                    70,
                    107,
                    144,
                    181,
                    218
                ],
                "question": "What comes next in the pattern? 33, 70, 107, 144, 181, 218, __",
                "answer": 255,
                "correctAnswer": "255",
                "difficulty": "hard"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    -20,
                    -45,
                    -70,
                    -95,
                    -120
                ],
                "question": "What comes next in the pattern? 5, -20, -45, -70, -95, -120, __",
                "answer": -145,
                "correctAnswer": "-145",
                "difficulty": "hard"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    68,
                    96,
                    124,
                    152,
                    180,
                    208
                ],
                "question": "What comes next in the pattern? 68, 96, 124, 152, 180, 208, __",
                "answer": 236,
                "correctAnswer": "236",
                "difficulty": "hard"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    20,
                    36,
                    52,
                    68,
                    84
                ],
                "question": "What comes next in the pattern? 4, 20, 36, 52, 68, 84, __",
                "answer": 100,
                "correctAnswer": "100",
                "difficulty": "hard"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    49,
                    73,
                    97,
                    121,
                    145,
                    169
                ],
                "question": "What comes next in the pattern? 49, 73, 97, 121, 145, 169, __",
                "answer": 193,
                "correctAnswer": "193",
                "difficulty": "hard"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    30,
                    -6,
                    -42,
                    -78,
                    -114,
                    -150
                ],
                "question": "What comes next in the pattern? 30, -6, -42, -78, -114, -150, __",
                "answer": -186,
                "correctAnswer": "-186",
                "difficulty": "hard"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    60,
                    83,
                    106,
                    129,
                    152,
                    175
                ],
                "question": "What comes next in the pattern? 60, 83, 106, 129, 152, 175, __",
                "answer": 198,
                "correctAnswer": "198",
                "difficulty": "hard"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    55,
                    103,
                    151,
                    199,
                    247,
                    295
                ],
                "question": "What comes next in the pattern? 55, 103, 151, 199, 247, 295, __",
                "answer": 343,
                "correctAnswer": "343",
                "difficulty": "hard"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    88,
                    101,
                    114,
                    127,
                    140,
                    153
                ],
                "question": "What comes next in the pattern? 88, 101, 114, 127, 140, 153, __",
                "answer": 166,
                "correctAnswer": "166",
                "difficulty": "hard"
            },
            {
                "id": 19,
                "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": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    88,
                    133,
                    178,
                    223,
                    268,
                    313
                ],
                "question": "What comes next in the pattern? 88, 133, 178, 223, 268, 313, __",
                "answer": 358,
                "correctAnswer": "358",
                "difficulty": "hard"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}