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