B Set 19 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": "easy",
        "config": {
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    7,
                    2,
                    -3,
                    -8
                ],
                "question": "What comes next in the pattern? 12, 7, 2, -3, -8, __",
                "answer": -13,
                "correctAnswer": "-13",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    13,
                    19,
                    25,
                    31
                ],
                "question": "What comes next in the pattern? 7, 13, 19, 25, 31, __",
                "answer": 37,
                "correctAnswer": "37",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    11,
                    5,
                    -1,
                    -7
                ],
                "question": "What comes next in the pattern? 17, 11, 5, -1, -7, __",
                "answer": -13,
                "correctAnswer": "-13",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    13,
                    22,
                    31,
                    40
                ],
                "question": "What comes next in the pattern? 4, 13, 22, 31, 40, __",
                "answer": 49,
                "correctAnswer": "49",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    11,
                    18,
                    25,
                    32
                ],
                "question": "What comes next in the pattern? 4, 11, 18, 25, 32, __",
                "answer": 39,
                "correctAnswer": "39",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    21,
                    24,
                    27,
                    30
                ],
                "question": "What comes next in the pattern? 18, 21, 24, 27, 30, __",
                "answer": 33,
                "correctAnswer": "33",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    3,
                    1,
                    -1,
                    -3
                ],
                "question": "What comes next in the pattern? 5, 3, 1, -1, -3, __",
                "answer": -5,
                "correctAnswer": "-5",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    15,
                    22,
                    29,
                    36
                ],
                "question": "What comes next in the pattern? 8, 15, 22, 29, 36, __",
                "answer": 43,
                "correctAnswer": "43",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "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": "normal"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    19,
                    21,
                    23,
                    25
                ],
                "question": "What comes next in the pattern? 17, 19, 21, 23, 25, __",
                "answer": 27,
                "correctAnswer": "27",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    2,
                    6,
                    18,
                    54,
                    162
                ],
                "question": "What comes next in the sequence? 2, 6, 18, 54, 162, __",
                "answer": 486,
                "correctAnswer": "486",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    11,
                    2,
                    -7,
                    -16
                ],
                "question": "What comes next in the pattern? 20, 11, 2, -7, -16, __",
                "answer": -25,
                "correctAnswer": "-25",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    22,
                    25,
                    28,
                    31
                ],
                "question": "What comes next in the pattern? 19, 22, 25, 28, 31, __",
                "answer": 34,
                "correctAnswer": "34",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    18,
                    19,
                    20,
                    21
                ],
                "question": "What comes next in the pattern? 17, 18, 19, 20, 21, __",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    10,
                    18,
                    26,
                    34
                ],
                "question": "What comes next in the pattern? 2, 10, 18, 26, 34, __",
                "answer": 42,
                "correctAnswer": "42",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "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": "normal"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    6,
                    -2,
                    -10,
                    -18
                ],
                "question": "What comes next in the pattern? 14, 6, -2, -10, -18, __",
                "answer": -26,
                "correctAnswer": "-26",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    21,
                    23,
                    25,
                    27
                ],
                "question": "What comes next in the pattern? 19, 21, 23, 25, 27, __",
                "answer": 29,
                "correctAnswer": "29",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    12,
                    20,
                    28,
                    36
                ],
                "question": "What comes next in the pattern? 4, 12, 20, 28, 36, __",
                "answer": 44,
                "correctAnswer": "44",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}