Workbook Detail
Patterns Skip 2 Medium — Set 37
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": "medium",
"config": {
"difficulty": "medium",
"maxNumber": 10
},
"problems": [
{
"id": 1,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
49,
38,
27,
16,
5
],
"question": "What comes next in the pattern? 49, 38, 27, 16, 5, __",
"answer": -6,
"correctAnswer": "-6",
"difficulty": "medium"
},
{
"id": 2,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
19,
26,
33,
40,
47
],
"question": "What comes next in the pattern? 19, 26, 33, 40, 47, __",
"answer": 54,
"correctAnswer": "54",
"difficulty": "medium"
},
{
"id": 3,
"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": "medium"
},
{
"id": 4,
"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": "medium"
},
{
"id": 5,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
39,
59,
79,
99,
119
],
"question": "What comes next in the pattern? 39, 59, 79, 99, 119, __",
"answer": 139,
"correctAnswer": "139",
"difficulty": "medium"
},
{
"id": 6,
"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": "medium"
},
{
"id": 7,
"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": "medium"
},
{
"id": 8,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
24,
41,
58,
75,
92
],
"question": "What comes next in the pattern? 24, 41, 58, 75, 92, __",
"answer": 109,
"correctAnswer": "109",
"difficulty": "medium"
},
{
"id": 9,
"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": "medium"
},
{
"id": 10,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
16,
26,
36,
46,
56
],
"question": "What comes next in the pattern? 16, 26, 36, 46, 56, __",
"answer": 66,
"correctAnswer": "66",
"difficulty": "medium"
},
{
"id": 11,
"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": "medium"
},
{
"id": 13,
"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": "medium"
},
{
"id": 14,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
28,
36,
44,
52,
60
],
"question": "What comes next in the pattern? 28, 36, 44, 52, 60, __",
"answer": 68,
"correctAnswer": "68",
"difficulty": "medium"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
38,
56,
74,
92,
110
],
"question": "What comes next in the pattern? 38, 56, 74, 92, 110, __",
"answer": 128,
"correctAnswer": "128",
"difficulty": "medium"
},
{
"id": 17,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
1,
13,
25,
37,
49
],
"question": "What comes next in the pattern? 1, 13, 25, 37, 49, __",
"answer": 61,
"correctAnswer": "61",
"difficulty": "medium"
},
{
"id": 18,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
37,
49,
61,
73,
85
],
"question": "What comes next in the pattern? 37, 49, 61, 73, 85, __",
"answer": 97,
"correctAnswer": "97",
"difficulty": "medium"
},
{
"id": 19,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
24,
27,
30,
33,
36
],
"question": "What comes next in the pattern? 24, 27, 30, 33, 36, __",
"answer": 39,
"correctAnswer": "39",
"difficulty": "medium"
},
{
"id": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
41,
60,
79,
98,
117
],
"question": "What comes next in the pattern? 41, 60, 79, 98, 117, __",
"answer": 136,
"correctAnswer": "136",
"difficulty": "medium"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- What comes next in the pattern? 49, 38, 27, 16, 5, __
- What comes next in the pattern? 19, 26, 33, 40, 47, __
- What comes next in the sequence? 1, 2, 4, 8, 16, __
- What comes next in the sequence? 2, 6, 18, 54, 162, __
- What comes next in the pattern? 39, 59, 79, 99, 119, __
- 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 pattern? 24, 41, 58, 75, 92, __
- What comes next in the sequence? 3, 9, 27, 81, 243, __
- What comes next in the pattern? 16, 26, 36, 46, 56, __
- What comes next in the sequence? 3, 6, 12, 24, 48, __
- What comes next in the pattern? 5, 12, 19, 26, 33, __
- What comes next in the pattern? 28, 36, 44, 52, 60, __
- What comes next in the pattern? 38, 56, 74, 92, 110, __
- What comes next in the pattern? 1, 13, 25, 37, 49, __
- What comes next in the pattern? 37, 49, 61, 73, 85, __
- What comes next in the pattern? 24, 27, 30, 33, 36, __
- What comes next in the pattern? 41, 60, 79, 98, 117, __
Practice patterns skip 2 with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Patterns Skip 2 Medium 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.