Workbook Detail
Math Maze Multiplication Small Easy — Set 20
This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.
{
"contentData": {
"operation": "math-maze",
"subject": "arithmetic",
"difficulty": "easy",
"config": {
"difficulty": "easy",
"maxNumber": 10
},
"problems": [
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 4. Follow the path: ×2 → -2 → +5. What is the final value?",
"answer": "11",
"startValue": 4,
"steps": [
{
"op": "×",
"operand": 2,
"result": 8
},
{
"op": "-",
"operand": 2,
"result": 6
},
{
"op": "+",
"operand": 5,
"result": 11
}
],
"finalValue": 11,
"pathDescription": "Step 1: ×2 = 8; Step 2: -2 = 6; Step 3: +5 = 11"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 6. Follow the path: +10 → +3 → +6. What is the final value?",
"answer": "25",
"startValue": 6,
"steps": [
{
"op": "+",
"operand": 10,
"result": 16
},
{
"op": "+",
"operand": 3,
"result": 19
},
{
"op": "+",
"operand": 6,
"result": 25
}
],
"finalValue": 25,
"pathDescription": "Step 1: +10 = 16; Step 2: +3 = 19; Step 3: +6 = 25"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 10. Follow the path: ×4 → ×2 → ×2. What is the final value?",
"answer": "160",
"startValue": 10,
"steps": [
{
"op": "×",
"operand": 4,
"result": 40
},
{
"op": "×",
"operand": 2,
"result": 80
},
{
"op": "×",
"operand": 2,
"result": 160
}
],
"finalValue": 160,
"pathDescription": "Step 1: ×4 = 40; Step 2: ×2 = 80; Step 3: ×2 = 160"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 7. Follow the path: +6 → +5 → ×3. What is the final value?",
"answer": "54",
"startValue": 7,
"steps": [
{
"op": "+",
"operand": 6,
"result": 13
},
{
"op": "+",
"operand": 5,
"result": 18
},
{
"op": "×",
"operand": 3,
"result": 54
}
],
"finalValue": 54,
"pathDescription": "Step 1: +6 = 13; Step 2: +5 = 18; Step 3: ×3 = 54"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 5. Follow the path: ×4 → +1 → -1. What is the final value?",
"answer": "20",
"startValue": 5,
"steps": [
{
"op": "×",
"operand": 4,
"result": 20
},
{
"op": "+",
"operand": 1,
"result": 21
},
{
"op": "-",
"operand": 1,
"result": 20
}
],
"finalValue": 20,
"pathDescription": "Step 1: ×4 = 20; Step 2: +1 = 21; Step 3: -1 = 20"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 7. Follow the path: -1 → -3 → -2. What is the final value?",
"answer": "1",
"startValue": 7,
"steps": [
{
"op": "-",
"operand": 1,
"result": 6
},
{
"op": "-",
"operand": 3,
"result": 3
},
{
"op": "-",
"operand": 2,
"result": 1
}
],
"finalValue": 1,
"pathDescription": "Step 1: -1 = 6; Step 2: -3 = 3; Step 3: -2 = 1"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 4. Follow the path: -2 → -1 → +3. What is the final value?",
"answer": "4",
"startValue": 4,
"steps": [
{
"op": "-",
"operand": 2,
"result": 2
},
{
"op": "-",
"operand": 1,
"result": 1
},
{
"op": "+",
"operand": 3,
"result": 4
}
],
"finalValue": 4,
"pathDescription": "Step 1: -2 = 2; Step 2: -1 = 1; Step 3: +3 = 4"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 8. Follow the path: -5 → ×4 → +9. What is the final value?",
"answer": "21",
"startValue": 8,
"steps": [
{
"op": "-",
"operand": 5,
"result": 3
},
{
"op": "×",
"operand": 4,
"result": 12
},
{
"op": "+",
"operand": 9,
"result": 21
}
],
"finalValue": 21,
"pathDescription": "Step 1: -5 = 3; Step 2: ×4 = 12; Step 3: +9 = 21"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- Math Maze: Start at 4. Follow the path: ×2 → -2 → +5. What is the final value?
- Math Maze: Start at 6. Follow the path: +10 → +3 → +6. What is the final value?
- Math Maze: Start at 10. Follow the path: ×4 → ×2 → ×2. What is the final value?
- Math Maze: Start at 7. Follow the path: +6 → +5 → ×3. What is the final value?
- Math Maze: Start at 5. Follow the path: ×4 → +1 → -1. What is the final value?
- Math Maze: Start at 7. Follow the path: -1 → -3 → -2. What is the final value?
- Math Maze: Start at 4. Follow the path: -2 → -1 → +3. What is the final value?
- Math Maze: Start at 8. Follow the path: -5 → ×4 → +9. What is the final value?
Practice math maze multiplication small with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Math Maze Multiplication Small 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.