B Set 40 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": [
                    32,
                    47,
                    62,
                    77,
                    92
                ],
                "question": "What comes next in the pattern? 32, 47, 62, 77, 92, __",
                "answer": 107,
                "correctAnswer": "107",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    24,
                    28,
                    32,
                    36
                ],
                "question": "What comes next in the pattern? 20, 24, 28, 32, 36, __",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    -8,
                    -20,
                    -32,
                    -44
                ],
                "question": "What comes next in the pattern? 4, -8, -20, -32, -44, __",
                "answer": -56,
                "correctAnswer": "-56",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    31,
                    34,
                    37,
                    40,
                    43
                ],
                "question": "What comes next in the pattern? 31, 34, 37, 40, 43, __",
                "answer": 46,
                "correctAnswer": "46",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    49,
                    52,
                    55,
                    58,
                    61
                ],
                "question": "What comes next in the pattern? 49, 52, 55, 58, 61, __",
                "answer": 64,
                "correctAnswer": "64",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    44,
                    56,
                    68,
                    80,
                    92
                ],
                "question": "What comes next in the pattern? 44, 56, 68, 80, 92, __",
                "answer": 104,
                "correctAnswer": "104",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    31,
                    41,
                    51,
                    61,
                    71
                ],
                "question": "What comes next in the pattern? 31, 41, 51, 61, 71, __",
                "answer": 81,
                "correctAnswer": "81",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "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": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    37,
                    54,
                    71,
                    88
                ],
                "question": "What comes next in the pattern? 20, 37, 54, 71, 88, __",
                "answer": 105,
                "correctAnswer": "105",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    48,
                    67,
                    86,
                    105,
                    124
                ],
                "question": "What comes next in the pattern? 48, 67, 86, 105, 124, __",
                "answer": 143,
                "correctAnswer": "143",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    31,
                    49,
                    67,
                    85,
                    103
                ],
                "question": "What comes next in the pattern? 31, 49, 67, 85, 103, __",
                "answer": 121,
                "correctAnswer": "121",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "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": "medium"
            },
            {
                "id": 13,
                "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": "medium"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    35,
                    43,
                    51,
                    59,
                    67
                ],
                "question": "What comes next in the pattern? 35, 43, 51, 59, 67, __",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    -15,
                    -34,
                    -53,
                    -72
                ],
                "question": "What comes next in the pattern? 4, -15, -34, -53, -72, __",
                "answer": -91,
                "correctAnswer": "-91",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    47,
                    49,
                    51,
                    53,
                    55
                ],
                "question": "What comes next in the pattern? 47, 49, 51, 53, 55, __",
                "answer": 57,
                "correctAnswer": "57",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "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": "medium"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    21,
                    25,
                    29,
                    33,
                    37
                ],
                "question": "What comes next in the pattern? 21, 25, 29, 33, 37, __",
                "answer": 41,
                "correctAnswer": "41",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    49,
                    65,
                    81,
                    97,
                    113
                ],
                "question": "What comes next in the pattern? 49, 65, 81, 97, 113, __",
                "answer": 129,
                "correctAnswer": "129",
                "difficulty": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}