B Set 29 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": 20,
            "maxSum": 20,
            "maxOperand": 120,
            "_gradeLevel": "1"
        },
        "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": [
                    17,
                    19,
                    21,
                    23,
                    25
                ],
                "question": "What comes next in the pattern? 17, 19, 21, 23, 25, __",
                "answer": 27,
                "correctAnswer": "27",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "27"
                }
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    11,
                    13,
                    15,
                    17
                ],
                "question": "What comes next in the pattern? 9, 11, 13, 15, 17, __",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "19"
                }
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    5,
                    7,
                    9,
                    11
                ],
                "question": "What comes next in the pattern? 3, 5, 7, 9, 11, __",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "13"
                }
            },
            {
                "id": 5,
                "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": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "32"
                }
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    10,
                    4,
                    -2,
                    -8
                ],
                "question": "What comes next in the pattern? 16, 10, 4, -2, -8, __",
                "answer": -14,
                "correctAnswer": "-14",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-14"
                }
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    8,
                    11,
                    14,
                    17
                ],
                "question": "What comes next in the pattern? 5, 8, 11, 14, 17, __",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "20"
                }
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    3,
                    1,
                    -1,
                    -3
                ],
                "question": "What comes next in the pattern? 5, 3, 1, -1, -3, __",
                "answer": -5,
                "correctAnswer": "-5",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-5"
                }
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    -2,
                    -10,
                    -18,
                    -26
                ],
                "question": "What comes next in the pattern? 6, -2, -10, -18, -26, __",
                "answer": -34,
                "correctAnswer": "-34",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-34"
                }
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    20,
                    23,
                    26,
                    29
                ],
                "question": "What comes next in the pattern? 17, 20, 23, 26, 29, __",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "32"
                }
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    13,
                    7,
                    1,
                    -5
                ],
                "question": "What comes next in the pattern? 19, 13, 7, 1, -5, __",
                "answer": -11,
                "correctAnswer": "-11",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-11"
                }
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    8,
                    14,
                    20,
                    26
                ],
                "question": "What comes next in the pattern? 2, 8, 14, 20, 26, __",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "32"
                }
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    16,
                    20,
                    24,
                    28
                ],
                "question": "What comes next in the pattern? 12, 16, 20, 24, 28, __",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "32"
                }
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    13,
                    20,
                    27,
                    34,
                    41
                ],
                "question": "What comes next in the pattern? 13, 20, 27, 34, 41, __",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "48"
                }
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    13,
                    19,
                    25,
                    31,
                    37
                ],
                "question": "What comes next in the pattern? 13, 19, 25, 31, 37, __",
                "answer": 43,
                "correctAnswer": "43",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "43"
                }
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    25,
                    30,
                    35,
                    40
                ],
                "question": "What comes next in the pattern? 20, 25, 30, 35, 40, __",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "45"
                }
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    -7,
                    -17,
                    -27,
                    -37
                ],
                "question": "What comes next in the pattern? 3, -7, -17, -27, -37, __",
                "answer": -47,
                "correctAnswer": "-47",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-47"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}