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