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