B Set 66 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": [
                    15,
                    22,
                    29,
                    36,
                    43
                ],
                "question": "What comes next in the pattern? 15, 22, 29, 36, 43, __",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "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": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    15,
                    12,
                    9,
                    6
                ],
                "question": "What comes next in the pattern? 18, 15, 12, 9, 6, __",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    12,
                    6,
                    0,
                    -6
                ],
                "question": "What comes next in the pattern? 18, 12, 6, 0, -6, __",
                "answer": -12,
                "correctAnswer": "-12",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    24,
                    34,
                    44,
                    54
                ],
                "question": "What comes next in the pattern? 14, 24, 34, 44, 54, __",
                "answer": 64,
                "correctAnswer": "64",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "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": 7,
                "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": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    3,
                    2,
                    1,
                    0
                ],
                "question": "What comes next in the pattern? 4, 3, 2, 1, 0, __",
                "answer": -1,
                "correctAnswer": "-1",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    17,
                    24,
                    31,
                    38
                ],
                "question": "What comes next in the pattern? 10, 17, 24, 31, 38, __",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "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": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    1,
                    6,
                    11,
                    16,
                    21
                ],
                "question": "What comes next in the pattern? 1, 6, 11, 16, 21, __",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    6,
                    12,
                    24,
                    48
                ],
                "question": "What comes next in the sequence? 3, 6, 12, 24, 48, __",
                "answer": 96,
                "correctAnswer": "96",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    8,
                    10,
                    12,
                    14
                ],
                "question": "What comes next in the pattern? 6, 8, 10, 12, 14, __",
                "answer": 16,
                "correctAnswer": "16",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "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": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    -5,
                    -13,
                    -21,
                    -29
                ],
                "question": "What comes next in the pattern? 3, -5, -13, -21, -29, __",
                "answer": -37,
                "correctAnswer": "-37",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    11,
                    14,
                    17,
                    20
                ],
                "question": "What comes next in the pattern? 8, 11, 14, 17, 20, __",
                "answer": 23,
                "correctAnswer": "23",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "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": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    -4,
                    -10,
                    -16,
                    -22
                ],
                "question": "What comes next in the pattern? 2, -4, -10, -16, -22, __",
                "answer": -28,
                "correctAnswer": "-28",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    1,
                    -3,
                    -7,
                    -11,
                    -15
                ],
                "question": "What comes next in the pattern? 1, -3, -7, -11, -15, __",
                "answer": -19,
                "correctAnswer": "-19",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "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"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}