B Set 32 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": "medium",
        "config": {
            "difficulty": "medium",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "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": "medium"
            },
            {
                "id": 2,
                "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": "medium"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    38,
                    58,
                    78,
                    98,
                    118
                ],
                "question": "What comes next in the pattern? 38, 58, 78, 98, 118, __",
                "answer": 138,
                "correctAnswer": "138",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    26,
                    19,
                    12,
                    5,
                    -2
                ],
                "question": "What comes next in the pattern? 26, 19, 12, 5, -2, __",
                "answer": -9,
                "correctAnswer": "-9",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "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": "medium"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    40,
                    50,
                    60,
                    70,
                    80
                ],
                "question": "What comes next in the pattern? 40, 50, 60, 70, 80, __",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    -2,
                    -6,
                    -10,
                    -14
                ],
                "question": "What comes next in the pattern? 2, -2, -6, -10, -14, __",
                "answer": -18,
                "correctAnswer": "-18",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    28,
                    32,
                    36,
                    40,
                    44
                ],
                "question": "What comes next in the pattern? 28, 32, 36, 40, 44, __",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "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": "medium"
            },
            {
                "id": 10,
                "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": "medium"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    25,
                    42,
                    59,
                    76,
                    93
                ],
                "question": "What comes next in the pattern? 25, 42, 59, 76, 93, __",
                "answer": 110,
                "correctAnswer": "110",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    12,
                    15,
                    18,
                    21
                ],
                "question": "What comes next in the pattern? 9, 12, 15, 18, 21, __",
                "answer": 24,
                "correctAnswer": "24",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    5,
                    -6,
                    -17,
                    -28
                ],
                "question": "What comes next in the pattern? 16, 5, -6, -17, -28, __",
                "answer": -39,
                "correctAnswer": "-39",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    33,
                    49,
                    65,
                    81,
                    97
                ],
                "question": "What comes next in the pattern? 33, 49, 65, 81, 97, __",
                "answer": 113,
                "correctAnswer": "113",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    8,
                    11,
                    14,
                    17
                ],
                "question": "What comes next in the pattern? 5, 8, 11, 14, 17, __",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "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": "medium"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    40,
                    42,
                    44,
                    46,
                    48
                ],
                "question": "What comes next in the pattern? 40, 42, 44, 46, 48, __",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    40,
                    51,
                    62,
                    73,
                    84
                ],
                "question": "What comes next in the pattern? 40, 51, 62, 73, 84, __",
                "answer": 95,
                "correctAnswer": "95",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    31,
                    39,
                    47,
                    55,
                    63
                ],
                "question": "What comes next in the pattern? 31, 39, 47, 55, 63, __",
                "answer": 71,
                "correctAnswer": "71",
                "difficulty": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}