B Set 94 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": [
                    5,
                    10,
                    20,
                    40,
                    80
                ],
                "question": "What comes next in the sequence? 5, 10, 20, 40, 80, __",
                "answer": 160,
                "correctAnswer": "160",
                "difficulty": "hard"
            },
            {
                "id": 2,
                "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": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    27,
                    46,
                    65,
                    84,
                    103
                ],
                "question": "What comes next in the pattern? 8, 27, 46, 65, 84, 103, __",
                "answer": 122,
                "correctAnswer": "122",
                "difficulty": "hard"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    85,
                    116,
                    147,
                    178,
                    209,
                    240
                ],
                "question": "What comes next in the pattern? 85, 116, 147, 178, 209, 240, __",
                "answer": 271,
                "correctAnswer": "271",
                "difficulty": "hard"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    24,
                    -10,
                    -44,
                    -78,
                    -112,
                    -146
                ],
                "question": "What comes next in the pattern? 24, -10, -44, -78, -112, -146, __",
                "answer": -180,
                "correctAnswer": "-180",
                "difficulty": "hard"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    50,
                    31,
                    12,
                    -7,
                    -26,
                    -45
                ],
                "question": "What comes next in the pattern? 50, 31, 12, -7, -26, -45, __",
                "answer": -64,
                "correctAnswer": "-64",
                "difficulty": "hard"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    70,
                    81,
                    92,
                    103,
                    114,
                    125
                ],
                "question": "What comes next in the pattern? 70, 81, 92, 103, 114, 125, __",
                "answer": 136,
                "correctAnswer": "136",
                "difficulty": "hard"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    55,
                    85,
                    115,
                    145,
                    175,
                    205
                ],
                "question": "What comes next in the pattern? 55, 85, 115, 145, 175, 205, __",
                "answer": 235,
                "correctAnswer": "235",
                "difficulty": "hard"
            },
            {
                "id": 9,
                "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": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    48,
                    55,
                    62,
                    69,
                    76,
                    83
                ],
                "question": "What comes next in the pattern? 48, 55, 62, 69, 76, 83, __",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "hard"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    50,
                    91,
                    132,
                    173,
                    214,
                    255
                ],
                "question": "What comes next in the pattern? 50, 91, 132, 173, 214, 255, __",
                "answer": 296,
                "correctAnswer": "296",
                "difficulty": "hard"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    1,
                    2,
                    4,
                    8,
                    16
                ],
                "question": "What comes next in the sequence? 1, 2, 4, 8, 16, __",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "hard"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    -13,
                    -42,
                    -71,
                    -100,
                    -129
                ],
                "question": "What comes next in the pattern? 16, -13, -42, -71, -100, -129, __",
                "answer": -158,
                "correctAnswer": "-158",
                "difficulty": "hard"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    -20,
                    -56,
                    -92,
                    -128,
                    -164
                ],
                "question": "What comes next in the pattern? 16, -20, -56, -92, -128, -164, __",
                "answer": -200,
                "correctAnswer": "-200",
                "difficulty": "hard"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    49,
                    95,
                    141,
                    187,
                    233
                ],
                "question": "What comes next in the pattern? 3, 49, 95, 141, 187, 233, __",
                "answer": 279,
                "correctAnswer": "279",
                "difficulty": "hard"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    60,
                    102,
                    144,
                    186,
                    228
                ],
                "question": "What comes next in the pattern? 18, 60, 102, 144, 186, 228, __",
                "answer": 270,
                "correctAnswer": "270",
                "difficulty": "hard"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    41,
                    49,
                    57,
                    65,
                    73,
                    81
                ],
                "question": "What comes next in the pattern? 41, 49, 57, 65, 73, 81, __",
                "answer": 89,
                "correctAnswer": "89",
                "difficulty": "hard"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    86,
                    128,
                    170,
                    212,
                    254,
                    296
                ],
                "question": "What comes next in the pattern? 86, 128, 170, 212, 254, 296, __",
                "answer": 338,
                "correctAnswer": "338",
                "difficulty": "hard"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    64,
                    22,
                    -20,
                    -62,
                    -104,
                    -146
                ],
                "question": "What comes next in the pattern? 64, 22, -20, -62, -104, -146, __",
                "answer": -188,
                "correctAnswer": "-188",
                "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"
}