B Set 35 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": [
                    5,
                    6,
                    7,
                    8,
                    9
                ],
                "question": "What comes next in the pattern? 5, 6, 7, 8, 9, __",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    20,
                    24,
                    28,
                    32
                ],
                "question": "What comes next in the pattern? 16, 20, 24, 28, 32, __",
                "answer": 36,
                "correctAnswer": "36",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    7,
                    8,
                    9,
                    10
                ],
                "question": "What comes next in the pattern? 6, 7, 8, 9, 10, __",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "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": 5,
                "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": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    2,
                    1,
                    0,
                    -1
                ],
                "question": "What comes next in the pattern? 3, 2, 1, 0, -1, __",
                "answer": -2,
                "correctAnswer": "-2",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "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": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    -1,
                    -7,
                    -13,
                    -19
                ],
                "question": "What comes next in the pattern? 5, -1, -7, -13, -19, __",
                "answer": -25,
                "correctAnswer": "-25",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    1,
                    5,
                    9,
                    13,
                    17
                ],
                "question": "What comes next in the pattern? 1, 5, 9, 13, 17, __",
                "answer": 21,
                "correctAnswer": "21",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "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": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    4,
                    0,
                    -4,
                    -8
                ],
                "question": "What comes next in the pattern? 8, 4, 0, -4, -8, __",
                "answer": -12,
                "correctAnswer": "-12",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "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": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    25,
                    35,
                    45,
                    55
                ],
                "question": "What comes next in the pattern? 15, 25, 35, 45, 55, __",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    10,
                    13,
                    16,
                    19
                ],
                "question": "What comes next in the pattern? 7, 10, 13, 16, 19, __",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "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": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    27,
                    35,
                    43,
                    51
                ],
                "question": "What comes next in the pattern? 19, 27, 35, 43, 51, __",
                "answer": 59,
                "correctAnswer": "59",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "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": 20,
                "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"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}