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": "medium",
        "config": {
            "maxNumber": 100,
            "maxSum": 1000,
            "maxOperand": 1000,
            "_gradeLevel": "2"
        },
        "problems": [
            {
                "id": 1,
                "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": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "96"
                }
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    1,
                    3,
                    5,
                    7,
                    9
                ],
                "question": "What comes next in the pattern? 1, 3, 5, 7, 9, __",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "11"
                }
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    12,
                    7,
                    2,
                    -3
                ],
                "question": "What comes next in the pattern? 17, 12, 7, 2, -3, __",
                "answer": -8,
                "correctAnswer": "-8",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-8"
                }
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    15,
                    23,
                    31,
                    39
                ],
                "question": "What comes next in the pattern? 7, 15, 23, 31, 39, __",
                "answer": 47,
                "correctAnswer": "47",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "47"
                }
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    -3,
                    -8,
                    -13,
                    -18
                ],
                "question": "What comes next in the pattern? 2, -3, -8, -13, -18, __",
                "answer": -23,
                "correctAnswer": "-23",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-23"
                }
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    14,
                    9,
                    4,
                    -1
                ],
                "question": "What comes next in the pattern? 19, 14, 9, 4, -1, __",
                "answer": -6,
                "correctAnswer": "-6",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-6"
                }
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    2,
                    -2,
                    -6,
                    -10
                ],
                "question": "What comes next in the pattern? 6, 2, -2, -6, -10, __",
                "answer": -14,
                "correctAnswer": "-14",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-14"
                }
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    13,
                    15,
                    17,
                    19,
                    21
                ],
                "question": "What comes next in the pattern? 13, 15, 17, 19, 21, __",
                "answer": 23,
                "correctAnswer": "23",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "23"
                }
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    18,
                    19,
                    20,
                    21
                ],
                "question": "What comes next in the pattern? 17, 18, 19, 20, 21, __",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "22"
                }
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    20,
                    25,
                    30,
                    35
                ],
                "question": "What comes next in the pattern? 15, 20, 25, 30, 35, __",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "40"
                }
            },
            {
                "id": 11,
                "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": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "243"
                }
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    16,
                    14,
                    12,
                    10
                ],
                "question": "What comes next in the pattern? 18, 16, 14, 12, 10, __",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "8"
                }
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    21,
                    26,
                    31,
                    36
                ],
                "question": "What comes next in the pattern? 16, 21, 26, 31, 36, __",
                "answer": 41,
                "correctAnswer": "41",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "41"
                }
            },
            {
                "id": 14,
                "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": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "128"
                }
            },
            {
                "id": 15,
                "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": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "40"
                }
            },
            {
                "id": 16,
                "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": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "160"
                }
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    19,
                    29,
                    39,
                    49
                ],
                "question": "What comes next in the pattern? 9, 19, 29, 39, 49, __",
                "answer": 59,
                "correctAnswer": "59",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "59"
                }
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    27,
                    36,
                    45,
                    54
                ],
                "question": "What comes next in the pattern? 18, 27, 36, 45, 54, __",
                "answer": 63,
                "correctAnswer": "63",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "63"
                }
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    9,
                    11,
                    13,
                    15
                ],
                "question": "What comes next in the pattern? 7, 9, 11, 13, 15, __",
                "answer": 17,
                "correctAnswer": "17",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "17"
                }
            },
            {
                "id": 20,
                "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": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "64"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}