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