Workbook Detail
Patterns Number Pattern Hard — Set 26
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": "hard",
"config": {
"difficulty": "hard",
"maxNumber": 10
},
"problems": [
{
"id": 1,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
67,
55,
43,
31,
19,
7
],
"question": "What comes next in the pattern? 67, 55, 43, 31, 19, 7, __",
"answer": -5,
"correctAnswer": "-5",
"difficulty": "hard"
},
{
"id": 2,
"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": "hard"
},
{
"id": 3,
"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": "hard"
},
{
"id": 5,
"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": "hard"
},
{
"id": 6,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
8,
31,
54,
77,
100,
123
],
"question": "What comes next in the pattern? 8, 31, 54, 77, 100, 123, __",
"answer": 146,
"correctAnswer": "146",
"difficulty": "hard"
},
{
"id": 7,
"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": "hard"
},
{
"id": 8,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
44,
69,
94,
119,
144,
169
],
"question": "What comes next in the pattern? 44, 69, 94, 119, 144, 169, __",
"answer": 194,
"correctAnswer": "194",
"difficulty": "hard"
},
{
"id": 9,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
88,
100,
112,
124,
136,
148
],
"question": "What comes next in the pattern? 88, 100, 112, 124, 136, 148, __",
"answer": 160,
"correctAnswer": "160",
"difficulty": "hard"
},
{
"id": 11,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
33,
53,
73,
93,
113,
133
],
"question": "What comes next in the pattern? 33, 53, 73, 93, 113, 133, __",
"answer": 153,
"correctAnswer": "153",
"difficulty": "hard"
},
{
"id": 12,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
16,
44,
72,
100,
128,
156
],
"question": "What comes next in the pattern? 16, 44, 72, 100, 128, 156, __",
"answer": 184,
"correctAnswer": "184",
"difficulty": "hard"
},
{
"id": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
59,
85,
111,
137,
163,
189
],
"question": "What comes next in the pattern? 59, 85, 111, 137, 163, 189, __",
"answer": 215,
"correctAnswer": "215",
"difficulty": "hard"
},
{
"id": 14,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
94,
127,
160,
193,
226,
259
],
"question": "What comes next in the pattern? 94, 127, 160, 193, 226, 259, __",
"answer": 292,
"correctAnswer": "292",
"difficulty": "hard"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
96,
119,
142,
165,
188,
211
],
"question": "What comes next in the pattern? 96, 119, 142, 165, 188, 211, __",
"answer": 234,
"correctAnswer": "234",
"difficulty": "hard"
},
{
"id": 16,
"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": "hard"
},
{
"id": 17,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
74,
118,
162,
206,
250,
294
],
"question": "What comes next in the pattern? 74, 118, 162, 206, 250, 294, __",
"answer": 338,
"correctAnswer": "338",
"difficulty": "hard"
},
{
"id": 19,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
5,
48,
91,
134,
177,
220
],
"question": "What comes next in the pattern? 5, 48, 91, 134, 177, 220, __",
"answer": 263,
"correctAnswer": "263",
"difficulty": "hard"
},
{
"id": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
88,
103,
118,
133,
148,
163
],
"question": "What comes next in the pattern? 88, 103, 118, 133, 148, 163, __",
"answer": 178,
"correctAnswer": "178",
"difficulty": "hard"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- What comes next in the pattern? 67, 55, 43, 31, 19, 7, __
- What comes next in the sequence? 4, 12, 36, 108, 324, __
- What comes next in the sequence? 4, 8, 16, 32, 64, __
- What comes next in the sequence? 3, 6, 12, 24, 48, __
- What comes next in the pattern? 8, 31, 54, 77, 100, 123, __
- What comes next in the sequence? 1, 2, 4, 8, 16, __
- What comes next in the pattern? 44, 69, 94, 119, 144, 169, __
- What comes next in the pattern? 88, 100, 112, 124, 136, 148, __
- What comes next in the pattern? 33, 53, 73, 93, 113, 133, __
- What comes next in the pattern? 16, 44, 72, 100, 128, 156, __
- What comes next in the pattern? 59, 85, 111, 137, 163, 189, __
- What comes next in the pattern? 94, 127, 160, 193, 226, 259, __
- What comes next in the pattern? 96, 119, 142, 165, 188, 211, __
- What comes next in the sequence? 2, 6, 18, 54, 162, __
- What comes next in the pattern? 74, 118, 162, 206, 250, 294, __
- What comes next in the pattern? 5, 48, 91, 134, 177, 220, __
- What comes next in the pattern? 88, 103, 118, 133, 148, 163, __
Practice patterns number pattern with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Patterns Number Pattern Hard 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.