B Set 88 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": {
            "maxNumber": 1000,
            "_gradeLevel": "3"
        },
        "problems": [
            {
                "id": 1,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    16,
                    21,
                    26,
                    31
                ],
                "question": "What comes next in the pattern? 11, 16, 21, 26, 31, __",
                "answer": 36,
                "correctAnswer": "36",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "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": 3,
                "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": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    24,
                    30,
                    36,
                    42
                ],
                "question": "What comes next in the pattern? 18, 24, 30, 36, 42, __",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    7,
                    11,
                    15,
                    19
                ],
                "question": "What comes next in the pattern? 3, 7, 11, 15, 19, __",
                "answer": 23,
                "correctAnswer": "23",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "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": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    16,
                    15,
                    14,
                    13
                ],
                "question": "What comes next in the pattern? 17, 16, 15, 14, 13, __",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "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": 10,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    5,
                    10,
                    20,
                    40,
                    80
                ],
                "question": "What comes next in the sequence? 5, 10, 20, 40, 80, __",
                "answer": 160,
                "correctAnswer": "160",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    20,
                    29,
                    38,
                    47
                ],
                "question": "What comes next in the pattern? 11, 20, 29, 38, 47, __",
                "answer": 56,
                "correctAnswer": "56",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    11,
                    4,
                    -3,
                    -10
                ],
                "question": "What comes next in the pattern? 18, 11, 4, -3, -10, __",
                "answer": -17,
                "correctAnswer": "-17",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    14,
                    21,
                    28,
                    35
                ],
                "question": "What comes next in the pattern? 7, 14, 21, 28, 35, __",
                "answer": 42,
                "correctAnswer": "42",
                "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": [
                    18,
                    19,
                    20,
                    21,
                    22
                ],
                "question": "What comes next in the pattern? 18, 19, 20, 21, 22, __",
                "answer": 23,
                "correctAnswer": "23",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "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": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    13,
                    21,
                    29,
                    37,
                    45
                ],
                "question": "What comes next in the pattern? 13, 21, 29, 37, 45, __",
                "answer": 53,
                "correctAnswer": "53",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    29,
                    39,
                    49,
                    59
                ],
                "question": "What comes next in the pattern? 19, 29, 39, 49, 59, __",
                "answer": 69,
                "correctAnswer": "69",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "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": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    16,
                    13,
                    10,
                    7
                ],
                "question": "What comes next in the pattern? 19, 16, 13, 10, 7, __",
                "answer": 4,
                "correctAnswer": "4",
                "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"
}