Workbook Detail
Patterns Complete The Sequence — Set 49
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
},
"problems": [
{
"id": 1,
"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"
},
{
"id": 2,
"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"
},
{
"id": 3,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
17,
20,
23,
26,
29
],
"question": "What comes next in the pattern? 17, 20, 23, 26, 29, __",
"answer": 32,
"correctAnswer": "32",
"difficulty": "normal"
},
{
"id": 4,
"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"
},
{
"id": 5,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
11,
19,
27,
35,
43
],
"question": "What comes next in the pattern? 11, 19, 27, 35, 43, __",
"answer": 51,
"correctAnswer": "51",
"difficulty": "normal"
},
{
"id": 6,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
12,
17,
22,
27,
32
],
"question": "What comes next in the pattern? 12, 17, 22, 27, 32, __",
"answer": 37,
"correctAnswer": "37",
"difficulty": "normal"
},
{
"id": 7,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
2,
4,
6,
8,
10
],
"question": "What comes next in the pattern? 2, 4, 6, 8, 10, __",
"answer": 12,
"correctAnswer": "12",
"difficulty": "normal"
},
{
"id": 8,
"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"
},
{
"id": 9,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
17,
19,
21,
23,
25
],
"question": "What comes next in the pattern? 17, 19, 21, 23, 25, __",
"answer": 27,
"correctAnswer": "27",
"difficulty": "normal"
},
{
"id": 10,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
16,
22,
28,
34,
40
],
"question": "What comes next in the pattern? 16, 22, 28, 34, 40, __",
"answer": 46,
"correctAnswer": "46",
"difficulty": "normal"
},
{
"id": 11,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
19,
18,
17,
16,
15
],
"question": "What comes next in the pattern? 19, 18, 17, 16, 15, __",
"answer": 14,
"correctAnswer": "14",
"difficulty": "normal"
},
{
"id": 12,
"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"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
18,
13,
8,
3,
-2
],
"question": "What comes next in the pattern? 18, 13, 8, 3, -2, __",
"answer": -7,
"correctAnswer": "-7",
"difficulty": "normal"
},
{
"id": 16,
"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"
},
{
"id": 17,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
11,
17,
23,
29,
35
],
"question": "What comes next in the pattern? 11, 17, 23, 29, 35, __",
"answer": 41,
"correctAnswer": "41",
"difficulty": "normal"
},
{
"id": 18,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
20,
25,
30,
35,
40
],
"question": "What comes next in the pattern? 20, 25, 30, 35, 40, __",
"answer": 45,
"correctAnswer": "45",
"difficulty": "normal"
},
{
"id": 19,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
5,
10,
15,
20,
25
],
"question": "What comes next in the pattern? 5, 10, 15, 20, 25, __",
"answer": 30,
"correctAnswer": "30",
"difficulty": "normal"
},
{
"id": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
17,
13,
9,
5,
1
],
"question": "What comes next in the pattern? 17, 13, 9, 5, 1, __",
"answer": -3,
"correctAnswer": "-3",
"difficulty": "normal"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"outputTargets": {
"screen": true,
"print": true,
"pdf": true,
"answerKey": true
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- What comes next in the sequence? 2, 6, 18, 54, 162, __
- What comes next in the pattern? 14, 15, 16, 17, 18, __
- What comes next in the pattern? 17, 20, 23, 26, 29, __
- What comes next in the sequence? 1, 3, 9, 27, 81, __
- What comes next in the pattern? 11, 19, 27, 35, 43, __
- What comes next in the pattern? 12, 17, 22, 27, 32, __
- What comes next in the pattern? 2, 4, 6, 8, 10, __
- What comes next in the pattern? 5, 12, 19, 26, 33, __
- What comes next in the pattern? 17, 19, 21, 23, 25, __
- What comes next in the pattern? 16, 22, 28, 34, 40, __
- What comes next in the pattern? 19, 18, 17, 16, 15, __
- What comes next in the sequence? 4, 12, 36, 108, 324, __
- What comes next in the pattern? 18, 13, 8, 3, -2, __
- What comes next in the sequence? 4, 8, 16, 32, 64, __
- What comes next in the pattern? 11, 17, 23, 29, 35, __
- What comes next in the pattern? 20, 25, 30, 35, 40, __
- What comes next in the pattern? 5, 10, 15, 20, 25, __
- What comes next in the pattern? 17, 13, 9, 5, 1, __
Practice patterns complete the sequence with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Patterns Complete The Sequence Worksheets worksheet?
Print the worksheet and complete the problems. Each set number generates a unique arrangement. Use the same set number for all students in a class for consistent assessment.
Is there an answer key?
Yes — every worksheet includes a complete answer key. Print it separately or view it on screen.