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