Workbook Detail
Patterns Skip 3 Easy — Set 21
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": [
2,
5,
8,
11
],
"question": "What comes next in the pattern? 2, 5, 8, 11, __",
"answer": 14,
"correctAnswer": "14",
"difficulty": "easy"
},
{
"id": 2,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
9,
8,
7,
6
],
"question": "What comes next in the pattern? 9, 8, 7, 6, __",
"answer": 5,
"correctAnswer": "5",
"difficulty": "easy"
},
{
"id": 3,
"type": "patterns",
"subType": "geometric-sequence",
"sequence": [
4,
8,
16,
32
],
"question": "What comes next in the sequence? 4, 8, 16, 32, __",
"answer": 64,
"correctAnswer": "64",
"difficulty": "easy"
},
{
"id": 4,
"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": 5,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
6,
10,
14,
18
],
"question": "What comes next in the pattern? 6, 10, 14, 18, __",
"answer": 22,
"correctAnswer": "22",
"difficulty": "easy"
},
{
"id": 6,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
4,
9,
14,
19
],
"question": "What comes next in the pattern? 4, 9, 14, 19, __",
"answer": 24,
"correctAnswer": "24",
"difficulty": "easy"
},
{
"id": 7,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
5,
7,
9,
11
],
"question": "What comes next in the pattern? 5, 7, 9, 11, __",
"answer": 13,
"correctAnswer": "13",
"difficulty": "easy"
},
{
"id": 8,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
1,
3,
5,
7
],
"question": "What comes next in the pattern? 1, 3, 5, 7, __",
"answer": 9,
"correctAnswer": "9",
"difficulty": "easy"
},
{
"id": 9,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
5,
6,
7,
8
],
"question": "What comes next in the pattern? 5, 6, 7, 8, __",
"answer": 9,
"correctAnswer": "9",
"difficulty": "easy"
},
{
"id": 11,
"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": 13,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
3,
2,
1,
0
],
"question": "What comes next in the pattern? 3, 2, 1, 0, __",
"answer": -1,
"correctAnswer": "-1",
"difficulty": "easy"
},
{
"id": 14,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
6,
9,
12,
15
],
"question": "What comes next in the pattern? 6, 9, 12, 15, __",
"answer": 18,
"correctAnswer": "18",
"difficulty": "easy"
},
{
"id": 15,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
10,
9,
8,
7
],
"question": "What comes next in the pattern? 10, 9, 8, 7, __",
"answer": 6,
"correctAnswer": "6",
"difficulty": "easy"
},
{
"id": 16,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
2,
7,
12,
17
],
"question": "What comes next in the pattern? 2, 7, 12, 17, __",
"answer": 22,
"correctAnswer": "22",
"difficulty": "easy"
},
{
"id": 17,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
10,
15,
20,
25
],
"question": "What comes next in the pattern? 10, 15, 20, 25, __",
"answer": 30,
"correctAnswer": "30",
"difficulty": "easy"
},
{
"id": 18,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
9,
12,
15,
18
],
"question": "What comes next in the pattern? 9, 12, 15, 18, __",
"answer": 21,
"correctAnswer": "21",
"difficulty": "easy"
},
{
"id": 19,
"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"
},
{
"id": 20,
"type": "patterns",
"subType": "arithmetic-sequence",
"sequence": [
4,
3,
2,
1
],
"question": "What comes next in the pattern? 4, 3, 2, 1, __",
"answer": 0,
"correctAnswer": "0",
"difficulty": "easy"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- What comes next in the pattern? 2, 5, 8, 11, __
- What comes next in the pattern? 9, 8, 7, 6, __
- What comes next in the sequence? 4, 8, 16, 32, __
- What comes next in the sequence? 2, 6, 18, 54, __
- What comes next in the pattern? 6, 10, 14, 18, __
- What comes next in the pattern? 4, 9, 14, 19, __
- What comes next in the pattern? 5, 7, 9, 11, __
- What comes next in the pattern? 1, 3, 5, 7, __
- What comes next in the pattern? 5, 6, 7, 8, __
- What comes next in the pattern? 3, 6, 9, 12, __
- What comes next in the pattern? 3, 2, 1, 0, __
- What comes next in the pattern? 6, 9, 12, 15, __
- What comes next in the pattern? 10, 9, 8, 7, __
- What comes next in the pattern? 2, 7, 12, 17, __
- What comes next in the pattern? 10, 15, 20, 25, __
- What comes next in the pattern? 9, 12, 15, 18, __
- What comes next in the pattern? 5, 10, 15, 20, __
- What comes next in the pattern? 4, 3, 2, 1, __
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 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.