B Set 79 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,
                    10,
                    20,
                    40,
                    80
                ],
                "question": "What comes next in the sequence? 5, 10, 20, 40, 80, __",
                "answer": 160,
                "correctAnswer": "160",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "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": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    -2,
                    -11,
                    -20,
                    -29
                ],
                "question": "What comes next in the pattern? 7, -2, -11, -20, -29, __",
                "answer": -38,
                "correctAnswer": "-38",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    22,
                    32,
                    42,
                    52
                ],
                "question": "What comes next in the pattern? 12, 22, 32, 42, 52, __",
                "answer": 62,
                "correctAnswer": "62",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "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": "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": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    17,
                    27,
                    37,
                    47
                ],
                "question": "What comes next in the pattern? 7, 17, 27, 37, 47, __",
                "answer": 57,
                "correctAnswer": "57",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "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": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    12,
                    7,
                    2,
                    -3
                ],
                "question": "What comes next in the pattern? 17, 12, 7, 2, -3, __",
                "answer": -8,
                "correctAnswer": "-8",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "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": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    17,
                    20,
                    23,
                    26
                ],
                "question": "What comes next in the pattern? 14, 17, 20, 23, 26, __",
                "answer": 29,
                "correctAnswer": "29",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    6,
                    4,
                    2,
                    0
                ],
                "question": "What comes next in the pattern? 8, 6, 4, 2, 0, __",
                "answer": -2,
                "correctAnswer": "-2",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "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": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    7,
                    6,
                    5,
                    4
                ],
                "question": "What comes next in the pattern? 8, 7, 6, 5, 4, __",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "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": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    11,
                    17,
                    23,
                    29
                ],
                "question": "What comes next in the pattern? 5, 11, 17, 23, 29, __",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    9,
                    27,
                    81,
                    243
                ],
                "question": "What comes next in the sequence? 3, 9, 27, 81, 243, __",
                "answer": 729,
                "correctAnswer": "729",
                "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"
}