B Set 99 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": [
                    2,
                    6,
                    18,
                    54,
                    162
                ],
                "question": "What comes next in the sequence? 2, 6, 18, 54, 162, __",
                "answer": 486,
                "correctAnswer": "486",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    5,
                    3,
                    1,
                    -1
                ],
                "question": "What comes next in the pattern? 7, 5, 3, 1, -1, __",
                "answer": -3,
                "correctAnswer": "-3",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    13,
                    10,
                    7,
                    4,
                    1
                ],
                "question": "What comes next in the pattern? 13, 10, 7, 4, 1, __",
                "answer": -2,
                "correctAnswer": "-2",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    21,
                    28,
                    35,
                    42
                ],
                "question": "What comes next in the pattern? 14, 21, 28, 35, 42, __",
                "answer": 49,
                "correctAnswer": "49",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    12,
                    7,
                    2,
                    -3
                ],
                "question": "What comes next in the pattern? 17, 12, 7, 2, -3, __",
                "answer": -8,
                "correctAnswer": "-8",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "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": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    8,
                    5,
                    2,
                    -1
                ],
                "question": "What comes next in the pattern? 11, 8, 5, 2, -1, __",
                "answer": -4,
                "correctAnswer": "-4",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    12,
                    10,
                    8,
                    6
                ],
                "question": "What comes next in the pattern? 14, 12, 10, 8, 6, __",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    11,
                    17,
                    23,
                    29
                ],
                "question": "What comes next in the pattern? 5, 11, 17, 23, 29, __",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "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": 11,
                "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": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    16,
                    12,
                    8,
                    4
                ],
                "question": "What comes next in the pattern? 20, 16, 12, 8, 4, __",
                "answer": 0,
                "correctAnswer": "0",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "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": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    3,
                    -4,
                    -11,
                    -18
                ],
                "question": "What comes next in the pattern? 10, 3, -4, -11, -18, __",
                "answer": -25,
                "correctAnswer": "-25",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    10,
                    6,
                    2,
                    -2
                ],
                "question": "What comes next in the pattern? 14, 10, 6, 2, -2, __",
                "answer": -6,
                "correctAnswer": "-6",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "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": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    0,
                    -10,
                    -20,
                    -30
                ],
                "question": "What comes next in the pattern? 10, 0, -10, -20, -30, __",
                "answer": -40,
                "correctAnswer": "-40",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    9,
                    8,
                    7,
                    6
                ],
                "question": "What comes next in the pattern? 10, 9, 8, 7, 6, __",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    14,
                    13,
                    12,
                    11
                ],
                "question": "What comes next in the pattern? 15, 14, 13, 12, 11, __",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    24,
                    30,
                    36,
                    42
                ],
                "question": "What comes next in the pattern? 18, 24, 30, 36, 42, __",
                "answer": 48,
                "correctAnswer": "48",
                "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"
}