Workbook Detail
Patterns Find The Pattern — Set 13
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": [
9,
13,
17,
21,
25
],
"question": "What comes next in the pattern? 9, 13, 17, 21, 25, __",
"answer": 29,
"correctAnswer": "29",
"difficulty": "normal"
},
{
"id": 2,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
20,
24,
28,
32,
36
],
"question": "What comes next in the pattern? 20, 24, 28, 32, 36, __",
"answer": 40,
"correctAnswer": "40",
"difficulty": "normal"
},
{
"id": 3,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
9,
6,
3,
0,
-3
],
"question": "What comes next in the pattern? 9, 6, 3, 0, -3, __",
"answer": -6,
"correctAnswer": "-6",
"difficulty": "normal"
},
{
"id": 4,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
13,
17,
21,
25,
29
],
"question": "What comes next in the pattern? 13, 17, 21, 25, 29, __",
"answer": 33,
"correctAnswer": "33",
"difficulty": "normal"
},
{
"id": 5,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
18,
11,
4,
-3,
-10
],
"question": "What comes next in the pattern? 18, 11, 4, -3, -10, __",
"answer": -17,
"correctAnswer": "-17",
"difficulty": "normal"
},
{
"id": 6,
"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": 7,
"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": 8,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
15,
20,
25,
30,
35
],
"question": "What comes next in the pattern? 15, 20, 25, 30, 35, __",
"answer": 40,
"correctAnswer": "40",
"difficulty": "normal"
},
{
"id": 9,
"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": 10,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
9,
18,
27,
36,
45
],
"question": "What comes next in the pattern? 9, 18, 27, 36, 45, __",
"answer": 54,
"correctAnswer": "54",
"difficulty": "normal"
},
{
"id": 11,
"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": 12,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
13,
11,
9,
7,
5
],
"question": "What comes next in the pattern? 13, 11, 9, 7, 5, __",
"answer": 3,
"correctAnswer": "3",
"difficulty": "normal"
},
{
"id": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
17,
20,
23,
26,
29
],
"question": "What comes next in the pattern? 17, 20, 23, 26, 29, __",
"answer": 32,
"correctAnswer": "32",
"difficulty": "normal"
},
{
"id": 14,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
4,
14,
24,
34,
44
],
"question": "What comes next in the pattern? 4, 14, 24, 34, 44, __",
"answer": 54,
"correctAnswer": "54",
"difficulty": "normal"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
5,
12,
19,
26,
33
],
"question": "What comes next in the pattern? 5, 12, 19, 26, 33, __",
"answer": 40,
"correctAnswer": "40",
"difficulty": "normal"
},
{
"id": 18,
"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": 19,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
16,
22,
28,
34,
40
],
"question": "What comes next in the pattern? 16, 22, 28, 34, 40, __",
"answer": 46,
"correctAnswer": "46",
"difficulty": "normal"
},
{
"id": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
3,
8,
13,
18,
23
],
"question": "What comes next in the pattern? 3, 8, 13, 18, 23, __",
"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? 9, 13, 17, 21, 25, __
- What comes next in the pattern? 20, 24, 28, 32, 36, __
- What comes next in the pattern? 9, 6, 3, 0, -3, __
- What comes next in the pattern? 13, 17, 21, 25, 29, __
- What comes next in the pattern? 18, 11, 4, -3, -10, __
- What comes next in the pattern? 8, 3, -2, -7, -12, __
- What comes next in the sequence? 1, 3, 9, 27, 81, __
- What comes next in the pattern? 15, 20, 25, 30, 35, __
- What comes next in the sequence? 2, 6, 18, 54, 162, __
- What comes next in the pattern? 9, 18, 27, 36, 45, __
- What comes next in the sequence? 4, 8, 16, 32, 64, __
- What comes next in the pattern? 13, 11, 9, 7, 5, __
- What comes next in the pattern? 17, 20, 23, 26, 29, __
- What comes next in the pattern? 4, 14, 24, 34, 44, __
- What comes next in the pattern? 5, 12, 19, 26, 33, __
- What comes next in the sequence? 4, 12, 36, 108, 324, __
- What comes next in the pattern? 16, 22, 28, 34, 40, __
- What comes next in the pattern? 3, 8, 13, 18, 23, __
Practice patterns find the pattern with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Patterns Find The Pattern 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.