B Set 12 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": [
                    19,
                    20,
                    21,
                    22,
                    23
                ],
                "question": "What comes next in the pattern? 19, 20, 21, 22, 23, __",
                "answer": 24,
                "correctAnswer": "24",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    23,
                    29,
                    35,
                    41
                ],
                "question": "What comes next in the pattern? 17, 23, 29, 35, 41, __",
                "answer": 47,
                "correctAnswer": "47",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "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": 4,
                "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": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    11,
                    5,
                    -1,
                    -7
                ],
                "question": "What comes next in the pattern? 17, 11, 5, -1, -7, __",
                "answer": -13,
                "correctAnswer": "-13",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    9,
                    27,
                    81,
                    243
                ],
                "question": "What comes next in the sequence? 3, 9, 27, 81, 243, __",
                "answer": 729,
                "correctAnswer": "729",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    1,
                    2,
                    3,
                    4,
                    5
                ],
                "question": "What comes next in the pattern? 1, 2, 3, 4, 5, __",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    3,
                    -1,
                    -5,
                    -9
                ],
                "question": "What comes next in the pattern? 7, 3, -1, -5, -9, __",
                "answer": -13,
                "correctAnswer": "-13",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    -1,
                    -6,
                    -11,
                    -16
                ],
                "question": "What comes next in the pattern? 4, -1, -6, -11, -16, __",
                "answer": -21,
                "correctAnswer": "-21",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    2,
                    -7,
                    -16,
                    -25
                ],
                "question": "What comes next in the pattern? 11, 2, -7, -16, -25, __",
                "answer": -34,
                "correctAnswer": "-34",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    4,
                    6,
                    8,
                    10
                ],
                "question": "What comes next in the pattern? 2, 4, 6, 8, 10, __",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    13,
                    17,
                    21,
                    25,
                    29
                ],
                "question": "What comes next in the pattern? 13, 17, 21, 25, 29, __",
                "answer": 33,
                "correctAnswer": "33",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    18,
                    22,
                    26,
                    30
                ],
                "question": "What comes next in the pattern? 14, 18, 22, 26, 30, __",
                "answer": 34,
                "correctAnswer": "34",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "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": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    5,
                    4,
                    3,
                    2
                ],
                "question": "What comes next in the pattern? 6, 5, 4, 3, 2, __",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    13,
                    12,
                    11,
                    10,
                    9
                ],
                "question": "What comes next in the pattern? 13, 12, 11, 10, 9, __",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "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": 19,
                "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": 20,
                "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"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}