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