B Set 18 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": "arithmetic-sequence",
                "sequence": [
                    14,
                    29,
                    44,
                    59,
                    74
                ],
                "question": "What comes next in the pattern? 14, 29, 44, 59, 74, __",
                "answer": 89,
                "correctAnswer": "89",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "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": "medium"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    25,
                    17,
                    9,
                    1,
                    -7
                ],
                "question": "What comes next in the pattern? 25, 17, 9, 1, -7, __",
                "answer": -15,
                "correctAnswer": "-15",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "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": 5,
                "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": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    50,
                    62,
                    74,
                    86,
                    98
                ],
                "question": "What comes next in the pattern? 50, 62, 74, 86, 98, __",
                "answer": 110,
                "correctAnswer": "110",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    17,
                    28,
                    39,
                    50
                ],
                "question": "What comes next in the pattern? 6, 17, 28, 39, 50, __",
                "answer": 61,
                "correctAnswer": "61",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    -3,
                    -17,
                    -31,
                    -45
                ],
                "question": "What comes next in the pattern? 11, -3, -17, -31, -45, __",
                "answer": -59,
                "correctAnswer": "-59",
                "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": "arithmetic-sequence",
                "sequence": [
                    25,
                    16,
                    7,
                    -2,
                    -11
                ],
                "question": "What comes next in the pattern? 25, 16, 7, -2, -11, __",
                "answer": -20,
                "correctAnswer": "-20",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    32,
                    19,
                    6,
                    -7,
                    -20
                ],
                "question": "What comes next in the pattern? 32, 19, 6, -7, -20, __",
                "answer": -33,
                "correctAnswer": "-33",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    22,
                    34,
                    46,
                    58
                ],
                "question": "What comes next in the pattern? 10, 22, 34, 46, 58, __",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    26,
                    43,
                    60,
                    77,
                    94
                ],
                "question": "What comes next in the pattern? 26, 43, 60, 77, 94, __",
                "answer": 111,
                "correctAnswer": "111",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    25,
                    36,
                    47,
                    58,
                    69
                ],
                "question": "What comes next in the pattern? 25, 36, 47, 58, 69, __",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    35,
                    48,
                    61,
                    74,
                    87
                ],
                "question": "What comes next in the pattern? 35, 48, 61, 74, 87, __",
                "answer": 100,
                "correctAnswer": "100",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    44,
                    62,
                    80,
                    98,
                    116
                ],
                "question": "What comes next in the pattern? 44, 62, 80, 98, 116, __",
                "answer": 134,
                "correctAnswer": "134",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    33,
                    41,
                    49,
                    57,
                    65
                ],
                "question": "What comes next in the pattern? 33, 41, 49, 57, 65, __",
                "answer": 73,
                "correctAnswer": "73",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    -7,
                    -16,
                    -25,
                    -34
                ],
                "question": "What comes next in the pattern? 2, -7, -16, -25, -34, __",
                "answer": -43,
                "correctAnswer": "-43",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "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": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    -1,
                    -11,
                    -21,
                    -31
                ],
                "question": "What comes next in the pattern? 9, -1, -11, -21, -31, __",
                "answer": -41,
                "correctAnswer": "-41",
                "difficulty": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}