Workbook Detail
Patterns Skip Counting — Set 16
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": [
4,
12,
36,
108,
324
],
"question": "What comes next in the sequence? 4, 12, 36, 108, 324, __",
"answer": 972,
"correctAnswer": "972",
"difficulty": "normal"
},
{
"id": 2,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
20,
29,
38,
47,
56
],
"question": "What comes next in the pattern? 20, 29, 38, 47, 56, __",
"answer": 65,
"correctAnswer": "65",
"difficulty": "normal"
},
{
"id": 3,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
16,
14,
12,
10,
8
],
"question": "What comes next in the pattern? 16, 14, 12, 10, 8, __",
"answer": 6,
"correctAnswer": "6",
"difficulty": "normal"
},
{
"id": 4,
"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": 5,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
18,
19,
20,
21,
22
],
"question": "What comes next in the pattern? 18, 19, 20, 21, 22, __",
"answer": 23,
"correctAnswer": "23",
"difficulty": "normal"
},
{
"id": 6,
"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": 8,
"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": 9,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
15,
12,
9,
6,
3
],
"question": "What comes next in the pattern? 15, 12, 9, 6, 3, __",
"answer": 0,
"correctAnswer": "0",
"difficulty": "normal"
},
{
"id": 10,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
17,
21,
25,
29,
33
],
"question": "What comes next in the pattern? 17, 21, 25, 29, 33, __",
"answer": 37,
"correctAnswer": "37",
"difficulty": "normal"
},
{
"id": 11,
"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": 12,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
5,
8,
11,
14,
17
],
"question": "What comes next in the pattern? 5, 8, 11, 14, 17, __",
"answer": 20,
"correctAnswer": "20",
"difficulty": "normal"
},
{
"id": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
2,
-7,
-16,
-25,
-34
],
"question": "What comes next in the pattern? 2, -7, -16, -25, -34, __",
"answer": -43,
"correctAnswer": "-43",
"difficulty": "normal"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
18,
25,
32,
39,
46
],
"question": "What comes next in the pattern? 18, 25, 32, 39, 46, __",
"answer": 53,
"correctAnswer": "53",
"difficulty": "normal"
},
{
"id": 16,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
19,
14,
9,
4,
-1
],
"question": "What comes next in the pattern? 19, 14, 9, 4, -1, __",
"answer": -6,
"correctAnswer": "-6",
"difficulty": "normal"
},
{
"id": 17,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
3,
0,
-3,
-6,
-9
],
"question": "What comes next in the pattern? 3, 0, -3, -6, -9, __",
"answer": -12,
"correctAnswer": "-12",
"difficulty": "normal"
},
{
"id": 18,
"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": 19,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
7,
15,
23,
31,
39
],
"question": "What comes next in the pattern? 7, 15, 23, 31, 39, __",
"answer": 47,
"correctAnswer": "47",
"difficulty": "normal"
},
{
"id": 20,
"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"
}
],
"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? 4, 12, 36, 108, 324, __
- What comes next in the pattern? 20, 29, 38, 47, 56, __
- What comes next in the pattern? 16, 14, 12, 10, 8, __
- What comes next in the sequence? 5, 10, 20, 40, 80, __
- What comes next in the pattern? 18, 19, 20, 21, 22, __
- What comes next in the pattern? 10, 17, 24, 31, 38, __
- What comes next in the sequence? 3, 9, 27, 81, 243, __
- What comes next in the pattern? 15, 12, 9, 6, 3, __
- What comes next in the pattern? 17, 21, 25, 29, 33, __
- What comes next in the pattern? 10, 15, 20, 25, 30, __
- What comes next in the pattern? 5, 8, 11, 14, 17, __
- What comes next in the pattern? 2, -7, -16, -25, -34, __
- What comes next in the pattern? 18, 25, 32, 39, 46, __
- What comes next in the pattern? 19, 14, 9, 4, -1, __
- What comes next in the pattern? 3, 0, -3, -6, -9, __
- What comes next in the sequence? 1, 2, 4, 8, 16, __
- What comes next in the pattern? 7, 15, 23, 31, 39, __
- What comes next in the sequence? 2, 6, 18, 54, 162, __
Practice patterns skip counting with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Patterns Skip Counting 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.