B Set 52 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": {
            "difficulty": "easy",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    9,
                    13,
                    17
                ],
                "question": "What comes next in the pattern? 5, 9, 13, 17, __",
                "answer": 21,
                "correctAnswer": "21",
                "difficulty": "easy"
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    7,
                    12,
                    17
                ],
                "question": "What comes next in the pattern? 2, 7, 12, 17, __",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "easy"
            },
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    10,
                    14,
                    18
                ],
                "question": "What comes next in the pattern? 6, 10, 14, 18, __",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "easy"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    13,
                    16,
                    19
                ],
                "question": "What comes next in the pattern? 10, 13, 16, 19, __",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "easy"
            },
            {
                "id": 5,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    4,
                    6,
                    8
                ],
                "question": "What comes next in the pattern? 2, 4, 6, 8, __",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "easy"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    6,
                    8,
                    10
                ],
                "question": "What comes next in the pattern? 4, 6, 8, 10, __",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "easy"
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    3,
                    4,
                    5
                ],
                "question": "What comes next in the pattern? 2, 3, 4, 5, __",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "easy"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    13,
                    17,
                    21
                ],
                "question": "What comes next in the pattern? 9, 13, 17, 21, __",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "easy"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    4,
                    8,
                    16,
                    32
                ],
                "question": "What comes next in the sequence? 4, 8, 16, 32, __",
                "answer": 64,
                "correctAnswer": "64",
                "difficulty": "easy"
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    7,
                    9,
                    11,
                    13
                ],
                "question": "What comes next in the pattern? 7, 9, 11, 13, __",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "easy"
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    10,
                    15,
                    20
                ],
                "question": "What comes next in the pattern? 5, 10, 15, 20, __",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "easy"
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    1,
                    2,
                    4,
                    8
                ],
                "question": "What comes next in the sequence? 1, 2, 4, 8, __",
                "answer": 16,
                "correctAnswer": "16",
                "difficulty": "easy"
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    4,
                    5,
                    6
                ],
                "question": "What comes next in the pattern? 3, 4, 5, 6, __",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "easy"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    5,
                    6,
                    7
                ],
                "question": "What comes next in the pattern? 4, 5, 6, 7, __",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "easy"
            },
            {
                "id": 16,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    9,
                    10,
                    11,
                    12
                ],
                "question": "What comes next in the pattern? 9, 10, 11, 12, __",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "easy"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    1,
                    3,
                    9,
                    27
                ],
                "question": "What comes next in the sequence? 1, 3, 9, 27, __",
                "answer": 81,
                "correctAnswer": "81",
                "difficulty": "easy"
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    1,
                    2,
                    3,
                    4
                ],
                "question": "What comes next in the pattern? 1, 2, 3, 4, __",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "easy"
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    2,
                    4,
                    8,
                    16
                ],
                "question": "What comes next in the sequence? 2, 4, 8, 16, __",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "easy"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}