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": {
            "difficulty": "medium",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    25,
                    34,
                    43,
                    52,
                    61
                ],
                "question": "What comes next in the pattern? 25, 34, 43, 52, 61, __",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    27,
                    40,
                    53,
                    66,
                    79
                ],
                "question": "What comes next in the pattern? 27, 40, 53, 66, 79, __",
                "answer": 92,
                "correctAnswer": "92",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    30,
                    45,
                    60,
                    75,
                    90
                ],
                "question": "What comes next in the pattern? 30, 45, 60, 75, 90, __",
                "answer": 105,
                "correctAnswer": "105",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "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": "medium"
            },
            {
                "id": 5,
                "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": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    18,
                    16,
                    14,
                    12
                ],
                "question": "What comes next in the pattern? 20, 18, 16, 14, 12, __",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    23,
                    7,
                    -9,
                    -25,
                    -41
                ],
                "question": "What comes next in the pattern? 23, 7, -9, -25, -41, __",
                "answer": -57,
                "correctAnswer": "-57",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    21,
                    31,
                    41,
                    51
                ],
                "question": "What comes next in the pattern? 11, 21, 31, 41, 51, __",
                "answer": 61,
                "correctAnswer": "61",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    8,
                    1,
                    -6,
                    -13
                ],
                "question": "What comes next in the pattern? 15, 8, 1, -6, -13, __",
                "answer": -20,
                "correctAnswer": "-20",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    -2,
                    -13,
                    -24,
                    -35
                ],
                "question": "What comes next in the pattern? 9, -2, -13, -24, -35, __",
                "answer": -46,
                "correctAnswer": "-46",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    13,
                    4,
                    -5,
                    -14,
                    -23
                ],
                "question": "What comes next in the pattern? 13, 4, -5, -14, -23, __",
                "answer": -32,
                "correctAnswer": "-32",
                "difficulty": "medium"
            },
            {
                "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": "medium"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    28,
                    44,
                    60,
                    76
                ],
                "question": "What comes next in the pattern? 12, 28, 44, 60, 76, __",
                "answer": 92,
                "correctAnswer": "92",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    48,
                    37,
                    26,
                    15,
                    4
                ],
                "question": "What comes next in the pattern? 48, 37, 26, 15, 4, __",
                "answer": -7,
                "correctAnswer": "-7",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "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": 17,
                "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": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    45,
                    59,
                    73,
                    87,
                    101
                ],
                "question": "What comes next in the pattern? 45, 59, 73, 87, 101, __",
                "answer": 115,
                "correctAnswer": "115",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    28,
                    13,
                    -2,
                    -17,
                    -32
                ],
                "question": "What comes next in the pattern? 28, 13, -2, -17, -32, __",
                "answer": -47,
                "correctAnswer": "-47",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    23,
                    28,
                    33,
                    38
                ],
                "question": "What comes next in the pattern? 18, 23, 28, 33, 38, __",
                "answer": 43,
                "correctAnswer": "43",
                "difficulty": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}