Workbook Detail
Patterns Complete The Sequence — Set 11
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": "arithmetic-sequence",
"sequence": [
19,
17,
15,
13,
11
],
"question": "What comes next in the pattern? 19, 17, 15, 13, 11, __",
"answer": 9,
"correctAnswer": "9",
"difficulty": "normal"
},
{
"id": 2,
"type": "patterns",
"subType": "geometric-sequence",
"sequence": [
3,
9,
27,
81,
243
],
"question": "What comes next in the sequence? 3, 9, 27, 81, 243, __",
"answer": 729,
"correctAnswer": "729",
"difficulty": "normal"
},
{
"id": 3,
"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": 4,
"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": 6,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
8,
0,
-8,
-16,
-24
],
"question": "What comes next in the pattern? 8, 0, -8, -16, -24, __",
"answer": -32,
"correctAnswer": "-32",
"difficulty": "normal"
},
{
"id": 7,
"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"
},
{
"id": 8,
"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"
},
{
"id": 9,
"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"
},
{
"id": 12,
"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": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
20,
29,
38,
47,
56
],
"question": "What comes next in the pattern? 20, 29, 38, 47, 56, __",
"answer": 65,
"correctAnswer": "65",
"difficulty": "normal"
},
{
"id": 14,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
5,
1,
-3,
-7,
-11
],
"question": "What comes next in the pattern? 5, 1, -3, -7, -11, __",
"answer": -15,
"correctAnswer": "-15",
"difficulty": "normal"
},
{
"id": 15,
"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"
},
{
"id": 16,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
9,
12,
15,
18,
21
],
"question": "What comes next in the pattern? 9, 12, 15, 18, 21, __",
"answer": 24,
"correctAnswer": "24",
"difficulty": "normal"
},
{
"id": 17,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
7,
12,
17,
22,
27
],
"question": "What comes next in the pattern? 7, 12, 17, 22, 27, __",
"answer": 32,
"correctAnswer": "32",
"difficulty": "normal"
},
{
"id": 18,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
12,
19,
26,
33,
40
],
"question": "What comes next in the pattern? 12, 19, 26, 33, 40, __",
"answer": 47,
"correctAnswer": "47",
"difficulty": "normal"
},
{
"id": 19,
"type": "patterns",
"subType": "geometric-sequence",
"sequence": [
5,
15,
45,
135,
405
],
"question": "What comes next in the sequence? 5, 15, 45, 135, 405, __",
"answer": 1215,
"correctAnswer": "1215",
"difficulty": "normal"
},
{
"id": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
18,
28,
38,
48,
58
],
"question": "What comes next in the pattern? 18, 28, 38, 48, 58, __",
"answer": 68,
"correctAnswer": "68",
"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 pattern? 19, 17, 15, 13, 11, __
- What comes next in the sequence? 3, 9, 27, 81, 243, __
- What comes next in the pattern? 11, 17, 23, 29, 35, __
- What comes next in the sequence? 4, 12, 36, 108, 324, __
- What comes next in the pattern? 8, 0, -8, -16, -24, __
- What comes next in the pattern? 10, 19, 28, 37, 46, __
- What comes next in the pattern? 8, 16, 24, 32, 40, __
- What comes next in the pattern? 1, 8, 15, 22, 29, __
- What comes next in the pattern? 14, 15, 16, 17, 18, __
- What comes next in the pattern? 20, 29, 38, 47, 56, __
- What comes next in the pattern? 5, 1, -3, -7, -11, __
- What comes next in the pattern? 10, 18, 26, 34, 42, __
- What comes next in the pattern? 9, 12, 15, 18, 21, __
- What comes next in the pattern? 7, 12, 17, 22, 27, __
- What comes next in the pattern? 12, 19, 26, 33, 40, __
- What comes next in the sequence? 5, 15, 45, 135, 405, __
- What comes next in the pattern? 18, 28, 38, 48, 58, __
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.