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