B Set 47 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": [
                    6,
                    3,
                    0,
                    -3,
                    -6
                ],
                "question": "What comes next in the pattern? 6, 3, 0, -3, -6, __",
                "answer": -9,
                "correctAnswer": "-9",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-9"
                }
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    9,
                    27,
                    81,
                    243
                ],
                "question": "What comes next in the sequence? 3, 9, 27, 81, 243, __",
                "answer": 729,
                "correctAnswer": "729",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "729"
                }
            },
            {
                "id": 3,
                "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": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    25,
                    35,
                    45,
                    55
                ],
                "question": "What comes next in the pattern? 15, 25, 35, 45, 55, __",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "65"
                }
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    8,
                    4,
                    0,
                    -4
                ],
                "question": "What comes next in the pattern? 12, 8, 4, 0, -4, __",
                "answer": -8,
                "correctAnswer": "-8",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-8"
                }
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    1,
                    2,
                    3,
                    4,
                    5
                ],
                "question": "What comes next in the pattern? 1, 2, 3, 4, 5, __",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "6"
                }
            },
            {
                "id": 7,
                "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": 8,
                "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": 9,
                "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": 10,
                "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": 11,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    2,
                    6,
                    18,
                    54,
                    162
                ],
                "question": "What comes next in the sequence? 2, 6, 18, 54, 162, __",
                "answer": 486,
                "correctAnswer": "486",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "486"
                }
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    5,
                    6,
                    7,
                    8
                ],
                "question": "What comes next in the pattern? 4, 5, 6, 7, 8, __",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "9"
                }
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    14,
                    19,
                    24,
                    29
                ],
                "question": "What comes next in the pattern? 9, 14, 19, 24, 29, __",
                "answer": 34,
                "correctAnswer": "34",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "34"
                }
            },
            {
                "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,
                    -14,
                    -24,
                    -34
                ],
                "question": "What comes next in the pattern? 6, -4, -14, -24, -34, __",
                "answer": -44,
                "correctAnswer": "-44",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-44"
                }
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    15,
                    13,
                    11,
                    9
                ],
                "question": "What comes next in the pattern? 17, 15, 13, 11, 9, __",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "7"
                }
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    2,
                    -8,
                    -18,
                    -28
                ],
                "question": "What comes next in the pattern? 12, 2, -8, -18, -28, __",
                "answer": -38,
                "correctAnswer": "-38",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-38"
                }
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    -2,
                    -8,
                    -14,
                    -20
                ],
                "question": "What comes next in the pattern? 4, -2, -8, -14, -20, __",
                "answer": -26,
                "correctAnswer": "-26",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-26"
                }
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    10,
                    9,
                    8,
                    7
                ],
                "question": "What comes next in the pattern? 11, 10, 9, 8, 7, __",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "6"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}