Workbook Detail
Patterns Growing Patterns — Set 17
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": [
1,
2,
3,
4,
5
],
"question": "What comes next in the pattern? 1, 2, 3, 4, 5, __",
"answer": 6,
"correctAnswer": "6",
"difficulty": "normal"
},
{
"id": 2,
"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": 3,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
6,
10,
14,
18,
22
],
"question": "What comes next in the pattern? 6, 10, 14, 18, 22, __",
"answer": 26,
"correctAnswer": "26",
"difficulty": "normal"
},
{
"id": 4,
"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": 5,
"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": 6,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
12,
20,
28,
36,
44
],
"question": "What comes next in the pattern? 12, 20, 28, 36, 44, __",
"answer": 52,
"correctAnswer": "52",
"difficulty": "normal"
},
{
"id": 7,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
7,
17,
27,
37,
47
],
"question": "What comes next in the pattern? 7, 17, 27, 37, 47, __",
"answer": 57,
"correctAnswer": "57",
"difficulty": "normal"
},
{
"id": 8,
"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": 9,
"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": 11,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
18,
16,
14,
12,
10
],
"question": "What comes next in the pattern? 18, 16, 14, 12, 10, __",
"answer": 8,
"correctAnswer": "8",
"difficulty": "normal"
},
{
"id": 12,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
5,
14,
23,
32,
41
],
"question": "What comes next in the pattern? 5, 14, 23, 32, 41, __",
"answer": 50,
"correctAnswer": "50",
"difficulty": "normal"
},
{
"id": 13,
"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": 14,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
10,
17,
24,
31,
38
],
"question": "What comes next in the pattern? 10, 17, 24, 31, 38, __",
"answer": 45,
"correctAnswer": "45",
"difficulty": "normal"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
9,
4,
-1,
-6,
-11
],
"question": "What comes next in the pattern? 9, 4, -1, -6, -11, __",
"answer": -16,
"correctAnswer": "-16",
"difficulty": "normal"
},
{
"id": 16,
"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": 17,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
10,
14,
18,
22,
26
],
"question": "What comes next in the pattern? 10, 14, 18, 22, 26, __",
"answer": 30,
"correctAnswer": "30",
"difficulty": "normal"
},
{
"id": 19,
"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": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
1,
4,
7,
10,
13
],
"question": "What comes next in the pattern? 1, 4, 7, 10, 13, __",
"answer": 16,
"correctAnswer": "16",
"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? 1, 2, 3, 4, 5, __
- What comes next in the pattern? 11, 17, 23, 29, 35, __
- What comes next in the pattern? 6, 10, 14, 18, 22, __
- What comes next in the pattern? 2, 12, 22, 32, 42, __
- What comes next in the sequence? 4, 8, 16, 32, 64, __
- What comes next in the pattern? 12, 20, 28, 36, 44, __
- What comes next in the pattern? 7, 17, 27, 37, 47, __
- What comes next in the sequence? 1, 3, 9, 27, 81, __
- What comes next in the sequence? 5, 10, 20, 40, 80, __
- What comes next in the pattern? 18, 16, 14, 12, 10, __
- What comes next in the pattern? 5, 14, 23, 32, 41, __
- What comes next in the sequence? 3, 9, 27, 81, 243, __
- What comes next in the pattern? 10, 17, 24, 31, 38, __
- What comes next in the pattern? 9, 4, -1, -6, -11, __
- What comes next in the sequence? 4, 12, 36, 108, 324, __
- What comes next in the pattern? 10, 14, 18, 22, 26, __
- What comes next in the sequence? 2, 6, 18, 54, 162, __
- What comes next in the pattern? 1, 4, 7, 10, 13, __
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.