B Set 93 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": [
                    3,
                    6,
                    9,
                    12,
                    15
                ],
                "question": "What comes next in the pattern? 3, 6, 9, 12, 15, __",
                "answer": 18,
                "correctAnswer": "18",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    15,
                    18,
                    21,
                    24
                ],
                "question": "What comes next in the pattern? 12, 15, 18, 21, 24, __",
                "answer": 27,
                "correctAnswer": "27",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "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": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    19,
                    21,
                    23,
                    25
                ],
                "question": "What comes next in the pattern? 17, 19, 21, 23, 25, __",
                "answer": 27,
                "correctAnswer": "27",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    26,
                    32,
                    38,
                    44
                ],
                "question": "What comes next in the pattern? 20, 26, 32, 38, 44, __",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    10,
                    14,
                    18,
                    22
                ],
                "question": "What comes next in the pattern? 6, 10, 14, 18, 22, __",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    6,
                    10,
                    14,
                    18
                ],
                "question": "What comes next in the pattern? 2, 6, 10, 14, 18, __",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    11,
                    20,
                    29,
                    38
                ],
                "question": "What comes next in the pattern? 2, 11, 20, 29, 38, __",
                "answer": 47,
                "correctAnswer": "47",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    4,
                    12,
                    36,
                    108,
                    324
                ],
                "question": "What comes next in the sequence? 4, 12, 36, 108, 324, __",
                "answer": 972,
                "correctAnswer": "972",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    23,
                    32,
                    41,
                    50
                ],
                "question": "What comes next in the pattern? 14, 23, 32, 41, 50, __",
                "answer": 59,
                "correctAnswer": "59",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    8,
                    1,
                    -6,
                    -13
                ],
                "question": "What comes next in the pattern? 15, 8, 1, -6, -13, __",
                "answer": -20,
                "correctAnswer": "-20",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    6,
                    -3,
                    -12,
                    -21
                ],
                "question": "What comes next in the pattern? 15, 6, -3, -12, -21, __",
                "answer": -30,
                "correctAnswer": "-30",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "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": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    19,
                    23,
                    27,
                    31
                ],
                "question": "What comes next in the pattern? 15, 19, 23, 27, 31, __",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "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": 16,
                "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": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    30,
                    40,
                    50,
                    60
                ],
                "question": "What comes next in the pattern? 20, 30, 40, 50, 60, __",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    16,
                    21,
                    26,
                    31
                ],
                "question": "What comes next in the pattern? 11, 16, 21, 26, 31, __",
                "answer": 36,
                "correctAnswer": "36",
                "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"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    8,
                    14,
                    20,
                    26
                ],
                "question": "What comes next in the pattern? 2, 8, 14, 20, 26, __",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}