Workbook Detail
Patterns Growing Patterns — Set 15
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": [
13,
18,
23,
28,
33
],
"question": "What comes next in the pattern? 13, 18, 23, 28, 33, __",
"answer": 38,
"correctAnswer": "38",
"difficulty": "normal"
},
{
"id": 2,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
16,
17,
18,
19,
20
],
"question": "What comes next in the pattern? 16, 17, 18, 19, 20, __",
"answer": 21,
"correctAnswer": "21",
"difficulty": "normal"
},
{
"id": 3,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
12,
13,
14,
15,
16
],
"question": "What comes next in the pattern? 12, 13, 14, 15, 16, __",
"answer": 17,
"correctAnswer": "17",
"difficulty": "normal"
},
{
"id": 4,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
17,
7,
-3,
-13,
-23
],
"question": "What comes next in the pattern? 17, 7, -3, -13, -23, __",
"answer": -33,
"correctAnswer": "-33",
"difficulty": "normal"
},
{
"id": 5,
"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"
},
{
"id": 6,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
20,
11,
2,
-7,
-16
],
"question": "What comes next in the pattern? 20, 11, 2, -7, -16, __",
"answer": -25,
"correctAnswer": "-25",
"difficulty": "normal"
},
{
"id": 7,
"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": 8,
"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": 9,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
8,
9,
10,
11,
12
],
"question": "What comes next in the pattern? 8, 9, 10, 11, 12, __",
"answer": 13,
"correctAnswer": "13",
"difficulty": "normal"
},
{
"id": 10,
"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": 11,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
1,
5,
9,
13,
17
],
"question": "What comes next in the pattern? 1, 5, 9, 13, 17, __",
"answer": 21,
"correctAnswer": "21",
"difficulty": "normal"
},
{
"id": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
5,
-3,
-11,
-19,
-27
],
"question": "What comes next in the pattern? 5, -3, -11, -19, -27, __",
"answer": -35,
"correctAnswer": "-35",
"difficulty": "normal"
},
{
"id": 14,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
9,
17,
25,
33,
41
],
"question": "What comes next in the pattern? 9, 17, 25, 33, 41, __",
"answer": 49,
"correctAnswer": "49",
"difficulty": "normal"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
10,
12,
14,
16,
18
],
"question": "What comes next in the pattern? 10, 12, 14, 16, 18, __",
"answer": 20,
"correctAnswer": "20",
"difficulty": "normal"
},
{
"id": 16,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
10,
15,
20,
25,
30
],
"question": "What comes next in the pattern? 10, 15, 20, 25, 30, __",
"answer": 35,
"correctAnswer": "35",
"difficulty": "normal"
},
{
"id": 18,
"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": 19,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
8,
5,
2,
-1,
-4
],
"question": "What comes next in the pattern? 8, 5, 2, -1, -4, __",
"answer": -7,
"correctAnswer": "-7",
"difficulty": "normal"
},
{
"id": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
18,
20,
22,
24,
26
],
"question": "What comes next in the pattern? 18, 20, 22, 24, 26, __",
"answer": 28,
"correctAnswer": "28",
"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? 13, 18, 23, 28, 33, __
- What comes next in the pattern? 16, 17, 18, 19, 20, __
- What comes next in the pattern? 12, 13, 14, 15, 16, __
- What comes next in the pattern? 17, 7, -3, -13, -23, __
- What comes next in the pattern? 1, 4, 7, 10, 13, __
- What comes next in the pattern? 20, 11, 2, -7, -16, __
- What comes next in the pattern? 11, 19, 27, 35, 43, __
- What comes next in the sequence? 3, 6, 12, 24, 48, __
- What comes next in the pattern? 8, 9, 10, 11, 12, __
- What comes next in the sequence? 4, 8, 16, 32, 64, __
- What comes next in the pattern? 1, 5, 9, 13, 17, __
- What comes next in the pattern? 5, -3, -11, -19, -27, __
- What comes next in the pattern? 9, 17, 25, 33, 41, __
- What comes next in the pattern? 10, 12, 14, 16, 18, __
- What comes next in the pattern? 10, 15, 20, 25, 30, __
- What comes next in the sequence? 5, 10, 20, 40, 80, __
- What comes next in the pattern? 8, 5, 2, -1, -4, __
- What comes next in the pattern? 18, 20, 22, 24, 26, __
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.