B Set 21 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,
                    15,
                    45,
                    135,
                    405
                ],
                "question": "What comes next in the sequence? 5, 15, 45, 135, 405, __",
                "answer": 1215,
                "correctAnswer": "1215",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "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": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    13,
                    21,
                    29,
                    37
                ],
                "question": "What comes next in the pattern? 5, 13, 21, 29, 37, __",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    14,
                    17,
                    20,
                    23
                ],
                "question": "What comes next in the pattern? 11, 14, 17, 20, 23, __",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    21,
                    27,
                    33,
                    39
                ],
                "question": "What comes next in the pattern? 15, 21, 27, 33, 39, __",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    10,
                    5,
                    0,
                    -5
                ],
                "question": "What comes next in the pattern? 15, 10, 5, 0, -5, __",
                "answer": -10,
                "correctAnswer": "-10",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    13,
                    20,
                    27,
                    34,
                    41
                ],
                "question": "What comes next in the pattern? 13, 20, 27, 34, 41, __",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    20,
                    28,
                    36,
                    44
                ],
                "question": "What comes next in the pattern? 12, 20, 28, 36, 44, __",
                "answer": 52,
                "correctAnswer": "52",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    10,
                    2,
                    -6,
                    -14
                ],
                "question": "What comes next in the pattern? 18, 10, 2, -6, -14, __",
                "answer": -22,
                "correctAnswer": "-22",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    22,
                    27,
                    32,
                    37
                ],
                "question": "What comes next in the pattern? 17, 22, 27, 32, 37, __",
                "answer": 42,
                "correctAnswer": "42",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    -8,
                    -18,
                    -28,
                    -38
                ],
                "question": "What comes next in the pattern? 2, -8, -18, -28, -38, __",
                "answer": -48,
                "correctAnswer": "-48",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    12,
                    4,
                    -4,
                    -12
                ],
                "question": "What comes next in the pattern? 20, 12, 4, -4, -12, __",
                "answer": -20,
                "correctAnswer": "-20",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "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": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    7,
                    9,
                    11,
                    13
                ],
                "question": "What comes next in the pattern? 5, 7, 9, 11, 13, __",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    11,
                    16,
                    21,
                    26
                ],
                "question": "What comes next in the pattern? 6, 11, 16, 21, 26, __",
                "answer": 31,
                "correctAnswer": "31",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    20,
                    30,
                    40,
                    50
                ],
                "question": "What comes next in the pattern? 10, 20, 30, 40, 50, __",
                "answer": 60,
                "correctAnswer": "60",
                "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"
}