B Set 24 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": "easy",
        "config": {
            "difficulty": "easy",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    5,
                    3,
                    1
                ],
                "question": "What comes next in the pattern? 7, 5, 3, 1, __",
                "answer": -1,
                "correctAnswer": "-1",
                "difficulty": "easy"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    9,
                    27,
                    81
                ],
                "question": "What comes next in the sequence? 3, 9, 27, 81, __",
                "answer": 243,
                "correctAnswer": "243",
                "difficulty": "easy"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    4,
                    12,
                    36,
                    108
                ],
                "question": "What comes next in the sequence? 4, 12, 36, 108, __",
                "answer": 324,
                "correctAnswer": "324",
                "difficulty": "easy"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    6,
                    12,
                    24
                ],
                "question": "What comes next in the sequence? 3, 6, 12, 24, __",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "easy"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    5,
                    10,
                    20,
                    40
                ],
                "question": "What comes next in the sequence? 5, 10, 20, 40, __",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "easy"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    2,
                    6,
                    18,
                    54
                ],
                "question": "What comes next in the sequence? 2, 6, 18, 54, __",
                "answer": 162,
                "correctAnswer": "162",
                "difficulty": "easy"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    13,
                    17,
                    21
                ],
                "question": "What comes next in the pattern? 9, 13, 17, 21, __",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "easy"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    11,
                    15,
                    19
                ],
                "question": "What comes next in the pattern? 7, 11, 15, 19, __",
                "answer": 23,
                "correctAnswer": "23",
                "difficulty": "easy"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    8,
                    13,
                    18
                ],
                "question": "What comes next in the pattern? 3, 8, 13, 18, __",
                "answer": 23,
                "correctAnswer": "23",
                "difficulty": "easy"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    5,
                    7,
                    9
                ],
                "question": "What comes next in the pattern? 3, 5, 7, 9, __",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "easy"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    9,
                    12,
                    15
                ],
                "question": "What comes next in the pattern? 6, 9, 12, 15, __",
                "answer": 18,
                "correctAnswer": "18",
                "difficulty": "easy"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    6,
                    4,
                    2
                ],
                "question": "What comes next in the pattern? 8, 6, 4, 2, __",
                "answer": 0,
                "correctAnswer": "0",
                "difficulty": "easy"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    9,
                    10,
                    11
                ],
                "question": "What comes next in the pattern? 8, 9, 10, 11, __",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "easy"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    10,
                    13,
                    16
                ],
                "question": "What comes next in the pattern? 7, 10, 13, 16, __",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "easy"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}