B Set 92 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": {
            "difficulty": "medium",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    25,
                    17,
                    9,
                    1,
                    -7
                ],
                "question": "What comes next in the pattern? 25, 17, 9, 1, -7, __",
                "answer": -15,
                "correctAnswer": "-15",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    47,
                    41,
                    35,
                    29,
                    23
                ],
                "question": "What comes next in the pattern? 47, 41, 35, 29, 23, __",
                "answer": 17,
                "correctAnswer": "17",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    1,
                    3,
                    9,
                    27,
                    81
                ],
                "question": "What comes next in the sequence? 1, 3, 9, 27, 81, __",
                "answer": 243,
                "correctAnswer": "243",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    10,
                    8,
                    6,
                    4
                ],
                "question": "What comes next in the pattern? 12, 10, 8, 6, 4, __",
                "answer": 2,
                "correctAnswer": "2",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    7,
                    10,
                    13,
                    16
                ],
                "question": "What comes next in the pattern? 4, 7, 10, 13, 16, __",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "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": "medium"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    -11,
                    -30,
                    -49,
                    -68
                ],
                "question": "What comes next in the pattern? 8, -11, -30, -49, -68, __",
                "answer": -87,
                "correctAnswer": "-87",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    50,
                    64,
                    78,
                    92,
                    106
                ],
                "question": "What comes next in the pattern? 50, 64, 78, 92, 106, __",
                "answer": 120,
                "correctAnswer": "120",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    49,
                    53,
                    57,
                    61,
                    65
                ],
                "question": "What comes next in the pattern? 49, 53, 57, 61, 65, __",
                "answer": 69,
                "correctAnswer": "69",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    -12,
                    -31,
                    -50,
                    -69
                ],
                "question": "What comes next in the pattern? 7, -12, -31, -50, -69, __",
                "answer": -88,
                "correctAnswer": "-88",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    37,
                    56,
                    75,
                    94,
                    113
                ],
                "question": "What comes next in the pattern? 37, 56, 75, 94, 113, __",
                "answer": 132,
                "correctAnswer": "132",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    48,
                    44,
                    40,
                    36,
                    32
                ],
                "question": "What comes next in the pattern? 48, 44, 40, 36, 32, __",
                "answer": 28,
                "correctAnswer": "28",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    32,
                    39,
                    46,
                    53,
                    60
                ],
                "question": "What comes next in the pattern? 32, 39, 46, 53, 60, __",
                "answer": 67,
                "correctAnswer": "67",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    3,
                    -10,
                    -23,
                    -36
                ],
                "question": "What comes next in the pattern? 16, 3, -10, -23, -36, __",
                "answer": -49,
                "correctAnswer": "-49",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    5,
                    10,
                    20,
                    40,
                    80
                ],
                "question": "What comes next in the sequence? 5, 10, 20, 40, 80, __",
                "answer": 160,
                "correctAnswer": "160",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    21,
                    17,
                    13,
                    9,
                    5
                ],
                "question": "What comes next in the pattern? 21, 17, 13, 9, 5, __",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "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": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}