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