B Set 58 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": "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": 2,
                "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": "medium"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    11,
                    6,
                    1,
                    -4
                ],
                "question": "What comes next in the pattern? 16, 11, 6, 1, -4, __",
                "answer": -9,
                "correctAnswer": "-9",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    43,
                    28,
                    13,
                    -2,
                    -17
                ],
                "question": "What comes next in the pattern? 43, 28, 13, -2, -17, __",
                "answer": -32,
                "correctAnswer": "-32",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "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": "medium"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    36,
                    53,
                    70,
                    87,
                    104
                ],
                "question": "What comes next in the pattern? 36, 53, 70, 87, 104, __",
                "answer": 121,
                "correctAnswer": "121",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    39,
                    28,
                    17,
                    6,
                    -5
                ],
                "question": "What comes next in the pattern? 39, 28, 17, 6, -5, __",
                "answer": -16,
                "correctAnswer": "-16",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    32,
                    42,
                    52,
                    62,
                    72
                ],
                "question": "What comes next in the pattern? 32, 42, 52, 62, 72, __",
                "answer": 82,
                "correctAnswer": "82",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    34,
                    45,
                    56,
                    67,
                    78
                ],
                "question": "What comes next in the pattern? 34, 45, 56, 67, 78, __",
                "answer": 89,
                "correctAnswer": "89",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    23,
                    37,
                    51,
                    65
                ],
                "question": "What comes next in the pattern? 9, 23, 37, 51, 65, __",
                "answer": 79,
                "correctAnswer": "79",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    6,
                    3,
                    0,
                    -3
                ],
                "question": "What comes next in the pattern? 9, 6, 3, 0, -3, __",
                "answer": -6,
                "correctAnswer": "-6",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "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": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    -4,
                    -19,
                    -34,
                    -49
                ],
                "question": "What comes next in the pattern? 11, -4, -19, -34, -49, __",
                "answer": -64,
                "correctAnswer": "-64",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "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": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    24,
                    15,
                    6,
                    -3,
                    -12
                ],
                "question": "What comes next in the pattern? 24, 15, 6, -3, -12, __",
                "answer": -21,
                "correctAnswer": "-21",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    27,
                    31,
                    35,
                    39,
                    43
                ],
                "question": "What comes next in the pattern? 27, 31, 35, 39, 43, __",
                "answer": 47,
                "correctAnswer": "47",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    48,
                    52,
                    56,
                    60,
                    64
                ],
                "question": "What comes next in the pattern? 48, 52, 56, 60, 64, __",
                "answer": 68,
                "correctAnswer": "68",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    39,
                    55,
                    71,
                    87,
                    103
                ],
                "question": "What comes next in the pattern? 39, 55, 71, 87, 103, __",
                "answer": 119,
                "correctAnswer": "119",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    28,
                    32,
                    36,
                    40,
                    44
                ],
                "question": "What comes next in the pattern? 28, 32, 36, 40, 44, __",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    2,
                    0,
                    -2,
                    -4
                ],
                "question": "What comes next in the pattern? 4, 2, 0, -2, -4, __",
                "answer": -6,
                "correctAnswer": "-6",
                "difficulty": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}