Workbook Detail
Patterns Growing Patterns — Set 14
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": [
5,
15,
45,
135,
405
],
"question": "What comes next in the sequence? 5, 15, 45, 135, 405, __",
"answer": 1215,
"correctAnswer": "1215",
"difficulty": "normal"
},
{
"id": 2,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
17,
27,
37,
47,
57
],
"question": "What comes next in the pattern? 17, 27, 37, 47, 57, __",
"answer": 67,
"correctAnswer": "67",
"difficulty": "normal"
},
{
"id": 4,
"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": 5,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
2,
7,
12,
17,
22
],
"question": "What comes next in the pattern? 2, 7, 12, 17, 22, __",
"answer": 27,
"correctAnswer": "27",
"difficulty": "normal"
},
{
"id": 6,
"type": "patterns",
"subType": "geometric-sequence",
"sequence": [
1,
2,
4,
8,
16
],
"question": "What comes next in the sequence? 1, 2, 4, 8, 16, __",
"answer": 32,
"correctAnswer": "32",
"difficulty": "normal"
},
{
"id": 7,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
12,
22,
32,
42,
52
],
"question": "What comes next in the pattern? 12, 22, 32, 42, 52, __",
"answer": 62,
"correctAnswer": "62",
"difficulty": "normal"
},
{
"id": 8,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
4,
5,
6,
7,
8
],
"question": "What comes next in the pattern? 4, 5, 6, 7, 8, __",
"answer": 9,
"correctAnswer": "9",
"difficulty": "normal"
},
{
"id": 9,
"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": 10,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
1,
10,
19,
28,
37
],
"question": "What comes next in the pattern? 1, 10, 19, 28, 37, __",
"answer": 46,
"correctAnswer": "46",
"difficulty": "normal"
},
{
"id": 11,
"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": 12,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
3,
-1,
-5,
-9,
-13
],
"question": "What comes next in the pattern? 3, -1, -5, -9, -13, __",
"answer": -17,
"correctAnswer": "-17",
"difficulty": "normal"
},
{
"id": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
12,
18,
24,
30,
36
],
"question": "What comes next in the pattern? 12, 18, 24, 30, 36, __",
"answer": 42,
"correctAnswer": "42",
"difficulty": "normal"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
3,
2,
1,
0,
-1
],
"question": "What comes next in the pattern? 3, 2, 1, 0, -1, __",
"answer": -2,
"correctAnswer": "-2",
"difficulty": "normal"
},
{
"id": 16,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
7,
5,
3,
1,
-1
],
"question": "What comes next in the pattern? 7, 5, 3, 1, -1, __",
"answer": -3,
"correctAnswer": "-3",
"difficulty": "normal"
},
{
"id": 17,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
8,
3,
-2,
-7,
-12
],
"question": "What comes next in the pattern? 8, 3, -2, -7, -12, __",
"answer": -17,
"correctAnswer": "-17",
"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": "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"
}
],
"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? 5, 15, 45, 135, 405, __
- What comes next in the pattern? 17, 27, 37, 47, 57, __
- What comes next in the pattern? 6, 10, 14, 18, 22, __
- What comes next in the pattern? 2, 7, 12, 17, 22, __
- What comes next in the sequence? 1, 2, 4, 8, 16, __
- What comes next in the pattern? 12, 22, 32, 42, 52, __
- What comes next in the pattern? 4, 5, 6, 7, 8, __
- What comes next in the pattern? 11, 17, 23, 29, 35, __
- What comes next in the pattern? 1, 10, 19, 28, 37, __
- What comes next in the sequence? 3, 6, 12, 24, 48, __
- What comes next in the pattern? 3, -1, -5, -9, -13, __
- What comes next in the pattern? 12, 18, 24, 30, 36, __
- What comes next in the pattern? 3, 2, 1, 0, -1, __
- What comes next in the pattern? 7, 5, 3, 1, -1, __
- What comes next in the pattern? 8, 3, -2, -7, -12, __
- What comes next in the sequence? 2, 6, 18, 54, 162, __
- What comes next in the sequence? 2, 4, 8, 16, 32, __
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.