Workbook Detail
Patterns Growing Patterns — Set 21
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,
4,
8,
16,
32
],
"question": "What comes next in the sequence? 2, 4, 8, 16, 32, __",
"answer": 64,
"correctAnswer": "64",
"difficulty": "normal"
},
{
"id": 2,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
6,
8,
10,
12,
14
],
"question": "What comes next in the pattern? 6, 8, 10, 12, 14, __",
"answer": 16,
"correctAnswer": "16",
"difficulty": "normal"
},
{
"id": 3,
"type": "patterns",
"subType": "geometric-sequence",
"sequence": [
3,
6,
12,
24,
48
],
"question": "What comes next in the sequence? 3, 6, 12, 24, 48, __",
"answer": 96,
"correctAnswer": "96",
"difficulty": "normal"
},
{
"id": 4,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
13,
20,
27,
34,
41
],
"question": "What comes next in the pattern? 13, 20, 27, 34, 41, __",
"answer": 48,
"correctAnswer": "48",
"difficulty": "normal"
},
{
"id": 5,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
8,
18,
28,
38,
48
],
"question": "What comes next in the pattern? 8, 18, 28, 38, 48, __",
"answer": 58,
"correctAnswer": "58",
"difficulty": "normal"
},
{
"id": 6,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
12,
11,
10,
9,
8
],
"question": "What comes next in the pattern? 12, 11, 10, 9, 8, __",
"answer": 7,
"correctAnswer": "7",
"difficulty": "normal"
},
{
"id": 7,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
10,
20,
30,
40,
50
],
"question": "What comes next in the pattern? 10, 20, 30, 40, 50, __",
"answer": 60,
"correctAnswer": "60",
"difficulty": "normal"
},
{
"id": 8,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
1,
-6,
-13,
-20,
-27
],
"question": "What comes next in the pattern? 1, -6, -13, -20, -27, __",
"answer": -34,
"correctAnswer": "-34",
"difficulty": "normal"
},
{
"id": 9,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
15,
5,
-5,
-15,
-25
],
"question": "What comes next in the pattern? 15, 5, -5, -15, -25, __",
"answer": -35,
"correctAnswer": "-35",
"difficulty": "normal"
},
{
"id": 10,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
2,
12,
22,
32,
42
],
"question": "What comes next in the pattern? 2, 12, 22, 32, 42, __",
"answer": 52,
"correctAnswer": "52",
"difficulty": "normal"
},
{
"id": 11,
"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": 12,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
11,
5,
-1,
-7,
-13
],
"question": "What comes next in the pattern? 11, 5, -1, -7, -13, __",
"answer": -19,
"correctAnswer": "-19",
"difficulty": "normal"
},
{
"id": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
16,
13,
10,
7,
4
],
"question": "What comes next in the pattern? 16, 13, 10, 7, 4, __",
"answer": 1,
"correctAnswer": "1",
"difficulty": "normal"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
18,
14,
10,
6,
2
],
"question": "What comes next in the pattern? 18, 14, 10, 6, 2, __",
"answer": -2,
"correctAnswer": "-2",
"difficulty": "normal"
},
{
"id": 17,
"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"
},
{
"id": 18,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
4,
1,
-2,
-5,
-8
],
"question": "What comes next in the pattern? 4, 1, -2, -5, -8, __",
"answer": -11,
"correctAnswer": "-11",
"difficulty": "normal"
},
{
"id": 19,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
19,
28,
37,
46,
55
],
"question": "What comes next in the pattern? 19, 28, 37, 46, 55, __",
"answer": 64,
"correctAnswer": "64",
"difficulty": "normal"
},
{
"id": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
4,
13,
22,
31,
40
],
"question": "What comes next in the pattern? 4, 13, 22, 31, 40, __",
"answer": 49,
"correctAnswer": "49",
"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, 4, 8, 16, 32, __
- What comes next in the pattern? 6, 8, 10, 12, 14, __
- What comes next in the sequence? 3, 6, 12, 24, 48, __
- What comes next in the pattern? 13, 20, 27, 34, 41, __
- What comes next in the pattern? 8, 18, 28, 38, 48, __
- What comes next in the pattern? 12, 11, 10, 9, 8, __
- What comes next in the pattern? 10, 20, 30, 40, 50, __
- What comes next in the pattern? 1, -6, -13, -20, -27, __
- What comes next in the pattern? 15, 5, -5, -15, -25, __
- What comes next in the pattern? 2, 12, 22, 32, 42, __
- What comes next in the sequence? 1, 3, 9, 27, 81, __
- What comes next in the pattern? 11, 5, -1, -7, -13, __
- What comes next in the pattern? 16, 13, 10, 7, 4, __
- What comes next in the pattern? 18, 14, 10, 6, 2, __
- What comes next in the sequence? 5, 10, 20, 40, 80, __
- What comes next in the pattern? 4, 1, -2, -5, -8, __
- What comes next in the pattern? 19, 28, 37, 46, 55, __
- What comes next in the pattern? 4, 13, 22, 31, 40, __
Practice patterns growing patterns with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Patterns Growing Patterns 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.