B Set 86 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": "arithmetic-sequence",
                "sequence": [
                    3,
                    7,
                    11,
                    15,
                    19
                ],
                "question": "What comes next in the pattern? 3, 7, 11, 15, 19, __",
                "answer": 23,
                "correctAnswer": "23",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "23"
                }
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    24,
                    32,
                    40,
                    48
                ],
                "question": "What comes next in the pattern? 16, 24, 32, 40, 48, __",
                "answer": 56,
                "correctAnswer": "56",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "56"
                }
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    10,
                    2,
                    -6,
                    -14
                ],
                "question": "What comes next in the pattern? 18, 10, 2, -6, -14, __",
                "answer": -22,
                "correctAnswer": "-22",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-22"
                }
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    21,
                    28,
                    35,
                    42
                ],
                "question": "What comes next in the pattern? 14, 21, 28, 35, 42, __",
                "answer": 49,
                "correctAnswer": "49",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "49"
                }
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    -6,
                    -15,
                    -24,
                    -33
                ],
                "question": "What comes next in the pattern? 3, -6, -15, -24, -33, __",
                "answer": -42,
                "correctAnswer": "-42",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-42"
                }
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    18,
                    20,
                    22,
                    24
                ],
                "question": "What comes next in the pattern? 16, 18, 20, 22, 24, __",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "26"
                }
            },
            {
                "id": 7,
                "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": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    8,
                    9,
                    10,
                    11
                ],
                "question": "What comes next in the pattern? 7, 8, 9, 10, 11, __",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "12"
                }
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    9,
                    14,
                    19,
                    24
                ],
                "question": "What comes next in the pattern? 4, 9, 14, 19, 24, __",
                "answer": 29,
                "correctAnswer": "29",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "29"
                }
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    0,
                    -4,
                    -8,
                    -12
                ],
                "question": "What comes next in the pattern? 4, 0, -4, -8, -12, __",
                "answer": -16,
                "correctAnswer": "-16",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-16"
                }
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    22,
                    30,
                    38,
                    46
                ],
                "question": "What comes next in the pattern? 14, 22, 30, 38, 46, __",
                "answer": 54,
                "correctAnswer": "54",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "54"
                }
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    28,
                    36,
                    44,
                    52
                ],
                "question": "What comes next in the pattern? 20, 28, 36, 44, 52, __",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "60"
                }
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    7,
                    10,
                    13,
                    16
                ],
                "question": "What comes next in the pattern? 4, 7, 10, 13, 16, __",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "19"
                }
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    4,
                    2,
                    0,
                    -2
                ],
                "question": "What comes next in the pattern? 6, 4, 2, 0, -2, __",
                "answer": -4,
                "correctAnswer": "-4",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-4"
                }
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    11,
                    19,
                    27,
                    35
                ],
                "question": "What comes next in the pattern? 3, 11, 19, 27, 35, __",
                "answer": 43,
                "correctAnswer": "43",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "43"
                }
            },
            {
                "id": 19,
                "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": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    -1,
                    -8,
                    -15,
                    -22
                ],
                "question": "What comes next in the pattern? 6, -1, -8, -15, -22, __",
                "answer": -29,
                "correctAnswer": "-29",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-29"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}