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