B Set 53 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": "starter",
        "config": {
            "difficulty": "starter",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    4,
                    12,
                    36,
                    108
                ],
                "question": "What comes next in the sequence? 4, 12, 36, 108, __",
                "answer": 324,
                "correctAnswer": "324",
                "difficulty": "starter"
            },
            {
                "id": 2,
                "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": "starter"
            },
            {
                "id": 3,
                "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": "starter"
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    7,
                    9,
                    11
                ],
                "question": "What comes next in the pattern? 5, 7, 9, 11, __",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "starter"
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    5,
                    7,
                    9
                ],
                "question": "What comes next in the pattern? 3, 5, 7, 9, __",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "starter"
            },
            {
                "id": 7,
                "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": "starter"
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    1,
                    3,
                    5,
                    7
                ],
                "question": "What comes next in the pattern? 1, 3, 5, 7, __",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "starter"
            },
            {
                "id": 9,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    2,
                    6,
                    18,
                    54
                ],
                "question": "What comes next in the sequence? 2, 6, 18, 54, __",
                "answer": 162,
                "correctAnswer": "162",
                "difficulty": "starter"
            },
            {
                "id": 11,
                "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": "starter"
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    6,
                    12,
                    24
                ],
                "question": "What comes next in the sequence? 3, 6, 12, 24, __",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "starter"
            },
            {
                "id": 14,
                "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": "starter"
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    3,
                    2,
                    1
                ],
                "question": "What comes next in the pattern? 4, 3, 2, 1, __",
                "answer": 0,
                "correctAnswer": "0",
                "difficulty": "starter"
            },
            {
                "id": 17,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    4,
                    3,
                    2
                ],
                "question": "What comes next in the pattern? 5, 4, 3, 2, __",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "starter"
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    3,
                    9,
                    27,
                    81
                ],
                "question": "What comes next in the sequence? 3, 9, 27, 81, __",
                "answer": 243,
                "correctAnswer": "243",
                "difficulty": "starter"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}