B Set 29 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,
                    15,
                    18,
                    21,
                    24
                ],
                "question": "What comes next in the pattern? 12, 15, 18, 21, 24, __",
                "answer": 27,
                "correctAnswer": "27",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "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": "normal"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    15,
                    19,
                    23,
                    27
                ],
                "question": "What comes next in the pattern? 11, 15, 19, 23, 27, __",
                "answer": 31,
                "correctAnswer": "31",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    23,
                    32,
                    41,
                    50
                ],
                "question": "What comes next in the pattern? 14, 23, 32, 41, 50, __",
                "answer": 59,
                "correctAnswer": "59",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    17,
                    27,
                    37,
                    47
                ],
                "question": "What comes next in the pattern? 7, 17, 27, 37, 47, __",
                "answer": 57,
                "correctAnswer": "57",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    12,
                    13,
                    14,
                    15
                ],
                "question": "What comes next in the pattern? 11, 12, 13, 14, 15, __",
                "answer": 16,
                "correctAnswer": "16",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "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": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    -2,
                    -12,
                    -22,
                    -32
                ],
                "question": "What comes next in the pattern? 8, -2, -12, -22, -32, __",
                "answer": -42,
                "correctAnswer": "-42",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    2,
                    -5,
                    -12,
                    -19
                ],
                "question": "What comes next in the pattern? 9, 2, -5, -12, -19, __",
                "answer": -26,
                "correctAnswer": "-26",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    13,
                    9,
                    5,
                    1
                ],
                "question": "What comes next in the pattern? 17, 13, 9, 5, 1, __",
                "answer": -3,
                "correctAnswer": "-3",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    6,
                    1,
                    -4,
                    -9
                ],
                "question": "What comes next in the pattern? 11, 6, 1, -4, -9, __",
                "answer": -14,
                "correctAnswer": "-14",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    1,
                    -5,
                    -11,
                    -17,
                    -23
                ],
                "question": "What comes next in the pattern? 1, -5, -11, -17, -23, __",
                "answer": -29,
                "correctAnswer": "-29",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "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": "normal"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    17,
                    18,
                    19,
                    20
                ],
                "question": "What comes next in the pattern? 16, 17, 18, 19, 20, __",
                "answer": 21,
                "correctAnswer": "21",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    3,
                    -6,
                    -15,
                    -24
                ],
                "question": "What comes next in the pattern? 12, 3, -6, -15, -24, __",
                "answer": -33,
                "correctAnswer": "-33",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "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": "normal"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    22,
                    27,
                    32,
                    37
                ],
                "question": "What comes next in the pattern? 17, 22, 27, 32, 37, __",
                "answer": 42,
                "correctAnswer": "42",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "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": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    13,
                    14,
                    15,
                    16,
                    17
                ],
                "question": "What comes next in the pattern? 13, 14, 15, 16, 17, __",
                "answer": 18,
                "correctAnswer": "18",
                "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"
}