B Set 86 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": [
                    17,
                    21,
                    25,
                    29,
                    33
                ],
                "question": "What comes next in the pattern? 17, 21, 25, 29, 33, __",
                "answer": 37,
                "correctAnswer": "37",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    7,
                    3,
                    -1,
                    -5
                ],
                "question": "What comes next in the pattern? 11, 7, 3, -1, -5, __",
                "answer": -9,
                "correctAnswer": "-9",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "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": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    9,
                    4,
                    -1,
                    -6
                ],
                "question": "What comes next in the pattern? 14, 9, 4, -1, -6, __",
                "answer": -11,
                "correctAnswer": "-11",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "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": 6,
                "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": 7,
                "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": 8,
                "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": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    19,
                    26,
                    33,
                    40
                ],
                "question": "What comes next in the pattern? 12, 19, 26, 33, 40, __",
                "answer": 47,
                "correctAnswer": "47",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "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": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    16,
                    13,
                    10,
                    7
                ],
                "question": "What comes next in the pattern? 19, 16, 13, 10, 7, __",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    8,
                    5,
                    2,
                    -1
                ],
                "question": "What comes next in the pattern? 11, 8, 5, 2, -1, __",
                "answer": -4,
                "correctAnswer": "-4",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "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": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    13,
                    8,
                    3,
                    -2
                ],
                "question": "What comes next in the pattern? 18, 13, 8, 3, -2, __",
                "answer": -7,
                "correctAnswer": "-7",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    21,
                    31,
                    41,
                    51
                ],
                "question": "What comes next in the pattern? 11, 21, 31, 41, 51, __",
                "answer": 61,
                "correctAnswer": "61",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "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": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    9,
                    6,
                    3,
                    0
                ],
                "question": "What comes next in the pattern? 12, 9, 6, 3, 0, __",
                "answer": -3,
                "correctAnswer": "-3",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "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"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}