Workbook Detail
Patterns Skip 4 Medium — Set 71
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": [
19,
32,
45,
58,
71
],
"question": "What comes next in the pattern? 19, 32, 45, 58, 71, __",
"answer": 84,
"correctAnswer": "84",
"difficulty": "medium"
},
{
"id": 2,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
31,
34,
37,
40,
43
],
"question": "What comes next in the pattern? 31, 34, 37, 40, 43, __",
"answer": 46,
"correctAnswer": "46",
"difficulty": "medium"
},
{
"id": 3,
"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": "medium"
},
{
"id": 4,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
20,
40,
60,
80,
100
],
"question": "What comes next in the pattern? 20, 40, 60, 80, 100, __",
"answer": 120,
"correctAnswer": "120",
"difficulty": "medium"
},
{
"id": 5,
"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": "medium"
},
{
"id": 6,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
48,
66,
84,
102,
120
],
"question": "What comes next in the pattern? 48, 66, 84, 102, 120, __",
"answer": 138,
"correctAnswer": "138",
"difficulty": "medium"
},
{
"id": 7,
"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": 8,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
13,
10,
7,
4,
1
],
"question": "What comes next in the pattern? 13, 10, 7, 4, 1, __",
"answer": -2,
"correctAnswer": "-2",
"difficulty": "medium"
},
{
"id": 10,
"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": "medium"
},
{
"id": 11,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
7,
26,
45,
64,
83
],
"question": "What comes next in the pattern? 7, 26, 45, 64, 83, __",
"answer": 102,
"correctAnswer": "102",
"difficulty": "medium"
},
{
"id": 12,
"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": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
34,
17,
0,
-17,
-34
],
"question": "What comes next in the pattern? 34, 17, 0, -17, -34, __",
"answer": -51,
"correctAnswer": "-51",
"difficulty": "medium"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
4,
-8,
-20,
-32,
-44
],
"question": "What comes next in the pattern? 4, -8, -20, -32, -44, __",
"answer": -56,
"correctAnswer": "-56",
"difficulty": "medium"
},
{
"id": 16,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
24,
29,
34,
39,
44
],
"question": "What comes next in the pattern? 24, 29, 34, 39, 44, __",
"answer": 49,
"correctAnswer": "49",
"difficulty": "medium"
},
{
"id": 17,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
4,
17,
30,
43,
56
],
"question": "What comes next in the pattern? 4, 17, 30, 43, 56, __",
"answer": 69,
"correctAnswer": "69",
"difficulty": "medium"
},
{
"id": 19,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
13,
-5,
-23,
-41,
-59
],
"question": "What comes next in the pattern? 13, -5, -23, -41, -59, __",
"answer": -77,
"correctAnswer": "-77",
"difficulty": "medium"
},
{
"id": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
1,
15,
29,
43,
57
],
"question": "What comes next in the pattern? 1, 15, 29, 43, 57, __",
"answer": 71,
"correctAnswer": "71",
"difficulty": "medium"
}
],
"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? 19, 32, 45, 58, 71, __
- What comes next in the pattern? 31, 34, 37, 40, 43, __
- What comes next in the sequence? 1, 3, 9, 27, 81, __
- What comes next in the pattern? 20, 40, 60, 80, 100, __
- What comes next in the sequence? 5, 10, 20, 40, 80, __
- What comes next in the pattern? 48, 66, 84, 102, 120, __
- What comes next in the sequence? 4, 12, 36, 108, 324, __
- What comes next in the pattern? 13, 10, 7, 4, 1, __
- What comes next in the sequence? 2, 4, 8, 16, 32, __
- What comes next in the pattern? 7, 26, 45, 64, 83, __
- What comes next in the pattern? 24, 27, 30, 33, 36, __
- What comes next in the pattern? 34, 17, 0, -17, -34, __
- What comes next in the pattern? 4, -8, -20, -32, -44, __
- What comes next in the pattern? 24, 29, 34, 39, 44, __
- What comes next in the pattern? 4, 17, 30, 43, 56, __
- What comes next in the pattern? 13, -5, -23, -41, -59, __
- What comes next in the pattern? 1, 15, 29, 43, 57, __
Practice patterns skip 4 with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Patterns Skip 4 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.