Workbook Detail
Math Maze Addition Small Medium — Set 75
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": "medium",
"config": {
"difficulty": "medium",
"maxNumber": 10
},
"problems": [
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 9. Follow the path: -2 → +1 → +5 → -9. What is the final value?",
"answer": "4",
"startValue": 9,
"steps": [
{
"op": "-",
"operand": 2,
"result": 7
},
{
"op": "+",
"operand": 1,
"result": 8
},
{
"op": "+",
"operand": 5,
"result": 13
},
{
"op": "-",
"operand": 9,
"result": 4
}
],
"finalValue": 4,
"pathDescription": "Step 1: -2 = 7; Step 2: +1 = 8; Step 3: +5 = 13; Step 4: -9 = 4"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 6. Follow the path: ×2 → +2 → -3 → +7. What is the final value?",
"answer": "18",
"startValue": 6,
"steps": [
{
"op": "×",
"operand": 2,
"result": 12
},
{
"op": "+",
"operand": 2,
"result": 14
},
{
"op": "-",
"operand": 3,
"result": 11
},
{
"op": "+",
"operand": 7,
"result": 18
}
],
"finalValue": 18,
"pathDescription": "Step 1: ×2 = 12; Step 2: +2 = 14; Step 3: -3 = 11; Step 4: +7 = 18"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 2. Follow the path: +9 → +6 → -15 → ×4. What is the final value?",
"answer": "8",
"startValue": 2,
"steps": [
{
"op": "+",
"operand": 9,
"result": 11
},
{
"op": "+",
"operand": 6,
"result": 17
},
{
"op": "-",
"operand": 15,
"result": 2
},
{
"op": "×",
"operand": 4,
"result": 8
}
],
"finalValue": 8,
"pathDescription": "Step 1: +9 = 11; Step 2: +6 = 17; Step 3: -15 = 2; Step 4: ×4 = 8"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 5. Follow the path: ×4 → ×4 → -71 → ×3. What is the final value?",
"answer": "27",
"startValue": 5,
"steps": [
{
"op": "×",
"operand": 4,
"result": 20
},
{
"op": "×",
"operand": 4,
"result": 80
},
{
"op": "-",
"operand": 71,
"result": 9
},
{
"op": "×",
"operand": 3,
"result": 27
}
],
"finalValue": 27,
"pathDescription": "Step 1: ×4 = 20; Step 2: ×4 = 80; Step 3: -71 = 9; Step 4: ×3 = 27"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 1. Follow the path: ×4 → -2 → ×2 → +4. What is the final value?",
"answer": "8",
"startValue": 1,
"steps": [
{
"op": "×",
"operand": 4,
"result": 4
},
{
"op": "-",
"operand": 2,
"result": 2
},
{
"op": "×",
"operand": 2,
"result": 4
},
{
"op": "+",
"operand": 4,
"result": 8
}
],
"finalValue": 8,
"pathDescription": "Step 1: ×4 = 4; Step 2: -2 = 2; Step 3: ×2 = 4; Step 4: +4 = 8"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 8. Follow the path: ×2 → ×3 → +2 → +9. What is the final value?",
"answer": "59",
"startValue": 8,
"steps": [
{
"op": "×",
"operand": 2,
"result": 16
},
{
"op": "×",
"operand": 3,
"result": 48
},
{
"op": "+",
"operand": 2,
"result": 50
},
{
"op": "+",
"operand": 9,
"result": 59
}
],
"finalValue": 59,
"pathDescription": "Step 1: ×2 = 16; Step 2: ×3 = 48; Step 3: +2 = 50; Step 4: +9 = 59"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 7. Follow the path: -1 → -5 → ×4 → ×2. What is the final value?",
"answer": "8",
"startValue": 7,
"steps": [
{
"op": "-",
"operand": 1,
"result": 6
},
{
"op": "-",
"operand": 5,
"result": 1
},
{
"op": "×",
"operand": 4,
"result": 4
},
{
"op": "×",
"operand": 2,
"result": 8
}
],
"finalValue": 8,
"pathDescription": "Step 1: -1 = 6; Step 2: -5 = 1; Step 3: ×4 = 4; Step 4: ×2 = 8"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 7. Follow the path: -6 → -1 → +5 → +8. What is the final value?",
"answer": "13",
"startValue": 7,
"steps": [
{
"op": "-",
"operand": 6,
"result": 1
},
{
"op": "-",
"operand": 1,
"result": 0
},
{
"op": "+",
"operand": 5,
"result": 5
},
{
"op": "+",
"operand": 8,
"result": 13
}
],
"finalValue": 13,
"pathDescription": "Step 1: -6 = 1; Step 2: -1 = 0; Step 3: +5 = 5; Step 4: +8 = 13"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- Math Maze: Start at 9. Follow the path: -2 → +1 → +5 → -9. What is the final value?
- Math Maze: Start at 6. Follow the path: ×2 → +2 → -3 → +7. What is the final value?
- Math Maze: Start at 2. Follow the path: +9 → +6 → -15 → ×4. What is the final value?
- Math Maze: Start at 5. Follow the path: ×4 → ×4 → -71 → ×3. What is the final value?
- Math Maze: Start at 1. Follow the path: ×4 → -2 → ×2 → +4. What is the final value?
- Math Maze: Start at 8. Follow the path: ×2 → ×3 → +2 → +9. What is the final value?
- Math Maze: Start at 7. Follow the path: -1 → -5 → ×4 → ×2. What is the final value?
- Math Maze: Start at 7. Follow the path: -6 → -1 → +5 → +8. What is the final value?
Practice math maze addition small with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Math Maze Addition Small 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.