B Set 57 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": [
                    18,
                    12,
                    6,
                    0,
                    -6
                ],
                "question": "What comes next in the pattern? 18, 12, 6, 0, -6, __",
                "answer": -12,
                "correctAnswer": "-12",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-12"
                }
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    8,
                    6,
                    4,
                    2,
                    0
                ],
                "question": "What comes next in the pattern? 8, 6, 4, 2, 0, __",
                "answer": -2,
                "correctAnswer": "-2",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-2"
                }
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    11,
                    15,
                    19,
                    23
                ],
                "question": "What comes next in the pattern? 7, 11, 15, 19, 23, __",
                "answer": 27,
                "correctAnswer": "27",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "27"
                }
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    4,
                    3,
                    2,
                    1
                ],
                "question": "What comes next in the pattern? 5, 4, 3, 2, 1, __",
                "answer": 0,
                "correctAnswer": "0",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "0"
                }
            },
            {
                "id": 5,
                "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": 6,
                "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": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    12,
                    18,
                    24,
                    30
                ],
                "question": "What comes next in the pattern? 6, 12, 18, 24, 30, __",
                "answer": 36,
                "correctAnswer": "36",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "36"
                }
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    15,
                    16,
                    17,
                    18
                ],
                "question": "What comes next in the pattern? 14, 15, 16, 17, 18, __",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "19"
                }
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    24,
                    33,
                    42,
                    51
                ],
                "question": "What comes next in the pattern? 15, 24, 33, 42, 51, __",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "60"
                }
            },
            {
                "id": 10,
                "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": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    19,
                    28,
                    37,
                    46
                ],
                "question": "What comes next in the pattern? 10, 19, 28, 37, 46, __",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "55"
                }
            },
            {
                "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": [
                    1,
                    8,
                    15,
                    22,
                    29
                ],
                "question": "What comes next in the pattern? 1, 8, 15, 22, 29, __",
                "answer": 36,
                "correctAnswer": "36",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "36"
                }
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    26,
                    34,
                    42,
                    50
                ],
                "question": "What comes next in the pattern? 18, 26, 34, 42, 50, __",
                "answer": 58,
                "correctAnswer": "58",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "58"
                }
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    1,
                    2,
                    4,
                    8,
                    16
                ],
                "question": "What comes next in the sequence? 1, 2, 4, 8, 16, __",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "32"
                }
            },
            {
                "id": 16,
                "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": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    24,
                    29,
                    34,
                    39
                ],
                "question": "What comes next in the pattern? 19, 24, 29, 34, 39, __",
                "answer": 44,
                "correctAnswer": "44",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "44"
                }
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    21,
                    27,
                    33,
                    39
                ],
                "question": "What comes next in the pattern? 15, 21, 27, 33, 39, __",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "45"
                }
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    12,
                    14,
                    16,
                    18,
                    20
                ],
                "question": "What comes next in the pattern? 12, 14, 16, 18, 20, __",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "22"
                }
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    15,
                    10,
                    5,
                    0
                ],
                "question": "What comes next in the pattern? 20, 15, 10, 5, 0, __",
                "answer": -5,
                "correctAnswer": "-5",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-5"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}