Workbook Detail
Patterns Skip 3 Medium — Set 24
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": [
2,
14,
26,
38,
50
],
"question": "What comes next in the pattern? 2, 14, 26, 38, 50, __",
"answer": 62,
"correctAnswer": "62",
"difficulty": "medium"
},
{
"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": "medium"
},
{
"id": 3,
"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": 4,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
50,
54,
58,
62,
66
],
"question": "What comes next in the pattern? 50, 54, 58, 62, 66, __",
"answer": 70,
"correctAnswer": "70",
"difficulty": "medium"
},
{
"id": 5,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
2,
-1,
-4,
-7,
-10
],
"question": "What comes next in the pattern? 2, -1, -4, -7, -10, __",
"answer": -13,
"correctAnswer": "-13",
"difficulty": "medium"
},
{
"id": 6,
"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": 7,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
11,
21,
31,
41,
51
],
"question": "What comes next in the pattern? 11, 21, 31, 41, 51, __",
"answer": 61,
"correctAnswer": "61",
"difficulty": "medium"
},
{
"id": 8,
"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": 9,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
8,
24,
40,
56,
72
],
"question": "What comes next in the pattern? 8, 24, 40, 56, 72, __",
"answer": 88,
"correctAnswer": "88",
"difficulty": "medium"
},
{
"id": 10,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
46,
51,
56,
61,
66
],
"question": "What comes next in the pattern? 46, 51, 56, 61, 66, __",
"answer": 71,
"correctAnswer": "71",
"difficulty": "medium"
},
{
"id": 11,
"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": 12,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
20,
27,
34,
41,
48
],
"question": "What comes next in the pattern? 20, 27, 34, 41, 48, __",
"answer": 55,
"correctAnswer": "55",
"difficulty": "medium"
},
{
"id": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
13,
6,
-1,
-8,
-15
],
"question": "What comes next in the pattern? 13, 6, -1, -8, -15, __",
"answer": -22,
"correctAnswer": "-22",
"difficulty": "medium"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
39,
52,
65,
78,
91
],
"question": "What comes next in the pattern? 39, 52, 65, 78, 91, __",
"answer": 104,
"correctAnswer": "104",
"difficulty": "medium"
},
{
"id": 17,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
9,
22,
35,
48,
61
],
"question": "What comes next in the pattern? 9, 22, 35, 48, 61, __",
"answer": 74,
"correctAnswer": "74",
"difficulty": "medium"
},
{
"id": 18,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
32,
38,
44,
50,
56
],
"question": "What comes next in the pattern? 32, 38, 44, 50, 56, __",
"answer": 62,
"correctAnswer": "62",
"difficulty": "medium"
},
{
"id": 19,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
17,
3,
-11,
-25,
-39
],
"question": "What comes next in the pattern? 17, 3, -11, -25, -39, __",
"answer": -53,
"correctAnswer": "-53",
"difficulty": "medium"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- What comes next in the pattern? 2, 14, 26, 38, 50, __
- What comes next in the sequence? 4, 12, 36, 108, 324, __
- What comes next in the sequence? 3, 9, 27, 81, 243, __
- What comes next in the pattern? 50, 54, 58, 62, 66, __
- What comes next in the pattern? 2, -1, -4, -7, -10, __
- What comes next in the sequence? 1, 3, 9, 27, 81, __
- What comes next in the pattern? 11, 21, 31, 41, 51, __
- What comes next in the sequence? 4, 8, 16, 32, 64, __
- What comes next in the pattern? 8, 24, 40, 56, 72, __
- What comes next in the pattern? 46, 51, 56, 61, 66, __
- What comes next in the sequence? 5, 10, 20, 40, 80, __
- What comes next in the pattern? 20, 27, 34, 41, 48, __
- What comes next in the pattern? 13, 6, -1, -8, -15, __
- What comes next in the pattern? 39, 52, 65, 78, 91, __
- What comes next in the pattern? 9, 22, 35, 48, 61, __
- What comes next in the pattern? 32, 38, 44, 50, 56, __
- What comes next in the pattern? 17, 3, -11, -25, -39, __
Practice patterns skip 3 with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Patterns Skip 3 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.