B Set 78 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": [
                    11,
                    4,
                    -3,
                    -10,
                    -17
                ],
                "question": "What comes next in the pattern? 11, 4, -3, -10, -17, __",
                "answer": -24,
                "correctAnswer": "-24",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "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": 3,
                "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": 4,
                "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": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    10,
                    15,
                    20,
                    25
                ],
                "question": "What comes next in the pattern? 5, 10, 15, 20, 25, __",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "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": 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": [
                    3,
                    -2,
                    -7,
                    -12,
                    -17
                ],
                "question": "What comes next in the pattern? 3, -2, -7, -12, -17, __",
                "answer": -22,
                "correctAnswer": "-22",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    23,
                    27,
                    31,
                    35
                ],
                "question": "What comes next in the pattern? 19, 23, 27, 31, 35, __",
                "answer": 39,
                "correctAnswer": "39",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    8,
                    13,
                    18,
                    23
                ],
                "question": "What comes next in the pattern? 3, 8, 13, 18, 23, __",
                "answer": 28,
                "correctAnswer": "28",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    13,
                    12,
                    11,
                    10
                ],
                "question": "What comes next in the pattern? 14, 13, 12, 11, 10, __",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "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": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    8,
                    10,
                    12,
                    14
                ],
                "question": "What comes next in the pattern? 6, 8, 10, 12, 14, __",
                "answer": 16,
                "correctAnswer": "16",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    17,
                    25,
                    33,
                    41
                ],
                "question": "What comes next in the pattern? 9, 17, 25, 33, 41, __",
                "answer": 49,
                "correctAnswer": "49",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    9,
                    0,
                    -9,
                    -18
                ],
                "question": "What comes next in the pattern? 18, 9, 0, -9, -18, __",
                "answer": -27,
                "correctAnswer": "-27",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    -1,
                    -4,
                    -7,
                    -10
                ],
                "question": "What comes next in the pattern? 2, -1, -4, -7, -10, __",
                "answer": -13,
                "correctAnswer": "-13",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    16,
                    26,
                    36,
                    46
                ],
                "question": "What comes next in the pattern? 6, 16, 26, 36, 46, __",
                "answer": 56,
                "correctAnswer": "56",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    17,
                    24,
                    31,
                    38
                ],
                "question": "What comes next in the pattern? 10, 17, 24, 31, 38, __",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    19,
                    29,
                    39,
                    49
                ],
                "question": "What comes next in the pattern? 9, 19, 29, 39, 49, __",
                "answer": 59,
                "correctAnswer": "59",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}