Workbook Detail
Patterns Skip 2 Easy — Set 68
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": "easy",
"config": {
"difficulty": "easy",
"maxNumber": 10
},
"problems": [
{
"id": 1,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
9,
6,
3,
0
],
"question": "What comes next in the pattern? 9, 6, 3, 0, __",
"answer": -3,
"correctAnswer": "-3",
"difficulty": "easy"
},
{
"id": 2,
"type": "patterns",
"subType": "geometric-sequence",
"sequence": [
2,
6,
18,
54
],
"question": "What comes next in the sequence? 2, 6, 18, 54, __",
"answer": 162,
"correctAnswer": "162",
"difficulty": "easy"
},
{
"id": 3,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
7,
10,
13,
16
],
"question": "What comes next in the pattern? 7, 10, 13, 16, __",
"answer": 19,
"correctAnswer": "19",
"difficulty": "easy"
},
{
"id": 4,
"type": "patterns",
"subType": "geometric-sequence",
"sequence": [
4,
12,
36,
108
],
"question": "What comes next in the sequence? 4, 12, 36, 108, __",
"answer": 324,
"correctAnswer": "324",
"difficulty": "easy"
},
{
"id": 5,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
10,
11,
12,
13
],
"question": "What comes next in the pattern? 10, 11, 12, 13, __",
"answer": 14,
"correctAnswer": "14",
"difficulty": "easy"
},
{
"id": 6,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
3,
6,
9,
12
],
"question": "What comes next in the pattern? 3, 6, 9, 12, __",
"answer": 15,
"correctAnswer": "15",
"difficulty": "easy"
},
{
"id": 7,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
9,
13,
17,
21
],
"question": "What comes next in the pattern? 9, 13, 17, 21, __",
"answer": 25,
"correctAnswer": "25",
"difficulty": "easy"
},
{
"id": 8,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
1,
4,
7,
10
],
"question": "What comes next in the pattern? 1, 4, 7, 10, __",
"answer": 13,
"correctAnswer": "13",
"difficulty": "easy"
},
{
"id": 9,
"type": "patterns",
"subType": "geometric-sequence",
"sequence": [
3,
9,
27,
81
],
"question": "What comes next in the sequence? 3, 9, 27, 81, __",
"answer": 243,
"correctAnswer": "243",
"difficulty": "easy"
},
{
"id": 10,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
8,
10,
12,
14
],
"question": "What comes next in the pattern? 8, 10, 12, 14, __",
"answer": 16,
"correctAnswer": "16",
"difficulty": "easy"
},
{
"id": 11,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
10,
14,
18,
22
],
"question": "What comes next in the pattern? 10, 14, 18, 22, __",
"answer": 26,
"correctAnswer": "26",
"difficulty": "easy"
},
{
"id": 12,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
7,
5,
3,
1
],
"question": "What comes next in the pattern? 7, 5, 3, 1, __",
"answer": -1,
"correctAnswer": "-1",
"difficulty": "easy"
},
{
"id": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
10,
8,
6,
4
],
"question": "What comes next in the pattern? 10, 8, 6, 4, __",
"answer": 2,
"correctAnswer": "2",
"difficulty": "easy"
},
{
"id": 14,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
2,
5,
8,
11
],
"question": "What comes next in the pattern? 2, 5, 8, 11, __",
"answer": 14,
"correctAnswer": "14",
"difficulty": "easy"
},
{
"id": 16,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
2,
4,
6,
8
],
"question": "What comes next in the pattern? 2, 4, 6, 8, __",
"answer": 10,
"correctAnswer": "10",
"difficulty": "easy"
},
{
"id": 18,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
7,
11,
15,
19
],
"question": "What comes next in the pattern? 7, 11, 15, 19, __",
"answer": 23,
"correctAnswer": "23",
"difficulty": "easy"
},
{
"id": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
5,
10,
15,
20
],
"question": "What comes next in the pattern? 5, 10, 15, 20, __",
"answer": 25,
"correctAnswer": "25",
"difficulty": "easy"
}
],
"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? 9, 6, 3, 0, __
- What comes next in the sequence? 2, 6, 18, 54, __
- What comes next in the pattern? 7, 10, 13, 16, __
- What comes next in the sequence? 4, 12, 36, 108, __
- What comes next in the pattern? 10, 11, 12, 13, __
- What comes next in the pattern? 3, 6, 9, 12, __
- What comes next in the pattern? 9, 13, 17, 21, __
- What comes next in the pattern? 1, 4, 7, 10, __
- What comes next in the sequence? 3, 9, 27, 81, __
- What comes next in the pattern? 8, 10, 12, 14, __
- What comes next in the pattern? 10, 14, 18, 22, __
- What comes next in the pattern? 7, 5, 3, 1, __
- What comes next in the pattern? 10, 8, 6, 4, __
- What comes next in the pattern? 2, 5, 8, 11, __
- What comes next in the pattern? 2, 4, 6, 8, __
- What comes next in the pattern? 7, 11, 15, 19, __
- What comes next in the pattern? 5, 10, 15, 20, __
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 Easy 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.