Workbook Detail
Patterns Abb Pattern Hard — Set 63
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": "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": 2,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
12,
-21,
-54,
-87,
-120,
-153
],
"question": "What comes next in the pattern? 12, -21, -54, -87, -120, -153, __",
"answer": -186,
"correctAnswer": "-186",
"difficulty": "hard"
},
{
"id": 3,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
66,
42,
18,
-6,
-30,
-54
],
"question": "What comes next in the pattern? 66, 42, 18, -6, -30, -54, __",
"answer": -78,
"correctAnswer": "-78",
"difficulty": "hard"
},
{
"id": 4,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
91,
129,
167,
205,
243,
281
],
"question": "What comes next in the pattern? 91, 129, 167, 205, 243, 281, __",
"answer": 319,
"correctAnswer": "319",
"difficulty": "hard"
},
{
"id": 5,
"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": "hard"
},
{
"id": 6,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
19,
36,
53,
70,
87,
104
],
"question": "What comes next in the pattern? 19, 36, 53, 70, 87, 104, __",
"answer": 121,
"correctAnswer": "121",
"difficulty": "hard"
},
{
"id": 7,
"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": "hard"
},
{
"id": 8,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
35,
54,
73,
92,
111,
130
],
"question": "What comes next in the pattern? 35, 54, 73, 92, 111, 130, __",
"answer": 149,
"correctAnswer": "149",
"difficulty": "hard"
},
{
"id": 10,
"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": 12,
"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": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
43,
68,
93,
118,
143,
168
],
"question": "What comes next in the pattern? 43, 68, 93, 118, 143, 168, __",
"answer": 193,
"correctAnswer": "193",
"difficulty": "hard"
},
{
"id": 14,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
33,
73,
113,
153,
193,
233
],
"question": "What comes next in the pattern? 33, 73, 113, 153, 193, 233, __",
"answer": 273,
"correctAnswer": "273",
"difficulty": "hard"
},
{
"id": 15,
"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": 16,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
88,
42,
-4,
-50,
-96,
-142
],
"question": "What comes next in the pattern? 88, 42, -4, -50, -96, -142, __",
"answer": -188,
"correctAnswer": "-188",
"difficulty": "hard"
},
{
"id": 17,
"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": "hard"
},
{
"id": 19,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
93,
130,
167,
204,
241,
278
],
"question": "What comes next in the pattern? 93, 130, 167, 204, 241, 278, __",
"answer": 315,
"correctAnswer": "315",
"difficulty": "hard"
},
{
"id": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
36,
79,
122,
165,
208,
251
],
"question": "What comes next in the pattern? 36, 79, 122, 165, 208, 251, __",
"answer": 294,
"correctAnswer": "294",
"difficulty": "hard"
}
],
"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, 8, 16, 32, 64, __
- What comes next in the pattern? 12, -21, -54, -87, -120, -153, __
- What comes next in the pattern? 66, 42, 18, -6, -30, -54, __
- What comes next in the pattern? 91, 129, 167, 205, 243, 281, __
- What comes next in the sequence? 2, 4, 8, 16, 32, __
- What comes next in the pattern? 19, 36, 53, 70, 87, 104, __
- What comes next in the sequence? 5, 10, 20, 40, 80, __
- What comes next in the pattern? 35, 54, 73, 92, 111, 130, __
- What comes next in the sequence? 4, 12, 36, 108, 324, __
- What comes next in the sequence? 1, 2, 4, 8, 16, __
- What comes next in the pattern? 43, 68, 93, 118, 143, 168, __
- What comes next in the pattern? 33, 73, 113, 153, 193, 233, __
- What comes next in the sequence? 2, 6, 18, 54, 162, __
- What comes next in the pattern? 88, 42, -4, -50, -96, -142, __
- What comes next in the sequence? 1, 3, 9, 27, 81, __
- What comes next in the pattern? 93, 130, 167, 204, 241, 278, __
- What comes next in the pattern? 36, 79, 122, 165, 208, 251, __
Practice patterns abb pattern with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Patterns Abb 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.