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