Workbook Detail
Math Maze Division Small Easy — Set 83
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 3. Follow the path: ×3 → +2 → +8. What is the final value?",
"answer": "19",
"startValue": 3,
"steps": [
{
"op": "×",
"operand": 3,
"result": 9
},
{
"op": "+",
"operand": 2,
"result": 11
},
{
"op": "+",
"operand": 8,
"result": 19
}
],
"finalValue": 19,
"pathDescription": "Step 1: ×3 = 9; Step 2: +2 = 11; Step 3: +8 = 19"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 3. Follow the path: ×3 → -8 → +1. What is the final value?",
"answer": "2",
"startValue": 3,
"steps": [
{
"op": "×",
"operand": 3,
"result": 9
},
{
"op": "-",
"operand": 8,
"result": 1
},
{
"op": "+",
"operand": 1,
"result": 2
}
],
"finalValue": 2,
"pathDescription": "Step 1: ×3 = 9; Step 2: -8 = 1; Step 3: +1 = 2"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 1. Follow the path: +9 → +4 → ×2. What is the final value?",
"answer": "28",
"startValue": 1,
"steps": [
{
"op": "+",
"operand": 9,
"result": 10
},
{
"op": "+",
"operand": 4,
"result": 14
},
{
"op": "×",
"operand": 2,
"result": 28
}
],
"finalValue": 28,
"pathDescription": "Step 1: +9 = 10; Step 2: +4 = 14; Step 3: ×2 = 28"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 7. Follow the path: ×3 → ×4 → +3. What is the final value?",
"answer": "87",
"startValue": 7,
"steps": [
{
"op": "×",
"operand": 3,
"result": 21
},
{
"op": "×",
"operand": 4,
"result": 84
},
{
"op": "+",
"operand": 3,
"result": 87
}
],
"finalValue": 87,
"pathDescription": "Step 1: ×3 = 21; Step 2: ×4 = 84; Step 3: +3 = 87"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 2. Follow the path: +9 → ×4 → ×2. What is the final value?",
"answer": "88",
"startValue": 2,
"steps": [
{
"op": "+",
"operand": 9,
"result": 11
},
{
"op": "×",
"operand": 4,
"result": 44
},
{
"op": "×",
"operand": 2,
"result": 88
}
],
"finalValue": 88,
"pathDescription": "Step 1: +9 = 11; Step 2: ×4 = 44; Step 3: ×2 = 88"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 7. Follow the path: +9 → ×2 → ×4. What is the final value?",
"answer": "128",
"startValue": 7,
"steps": [
{
"op": "+",
"operand": 9,
"result": 16
},
{
"op": "×",
"operand": 2,
"result": 32
},
{
"op": "×",
"operand": 4,
"result": 128
}
],
"finalValue": 128,
"pathDescription": "Step 1: +9 = 16; Step 2: ×2 = 32; Step 3: ×4 = 128"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 9. Follow the path: +4 → ×3 → ×2. What is the final value?",
"answer": "78",
"startValue": 9,
"steps": [
{
"op": "+",
"operand": 4,
"result": 13
},
{
"op": "×",
"operand": 3,
"result": 39
},
{
"op": "×",
"operand": 2,
"result": 78
}
],
"finalValue": 78,
"pathDescription": "Step 1: +4 = 13; Step 2: ×3 = 39; Step 3: ×2 = 78"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 10. Follow the path: +5 → +3 → -10. What is the final value?",
"answer": "8",
"startValue": 10,
"steps": [
{
"op": "+",
"operand": 5,
"result": 15
},
{
"op": "+",
"operand": 3,
"result": 18
},
{
"op": "-",
"operand": 10,
"result": 8
}
],
"finalValue": 8,
"pathDescription": "Step 1: +5 = 15; Step 2: +3 = 18; Step 3: -10 = 8"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- Math Maze: Start at 3. Follow the path: ×3 → +2 → +8. What is the final value?
- Math Maze: Start at 3. Follow the path: ×3 → -8 → +1. What is the final value?
- Math Maze: Start at 1. Follow the path: +9 → +4 → ×2. What is the final value?
- Math Maze: Start at 7. Follow the path: ×3 → ×4 → +3. What is the final value?
- Math Maze: Start at 2. Follow the path: +9 → ×4 → ×2. What is the final value?
- Math Maze: Start at 7. Follow the path: +9 → ×2 → ×4. What is the final value?
- Math Maze: Start at 9. Follow the path: +4 → ×3 → ×2. What is the final value?
- Math Maze: Start at 10. Follow the path: +5 → +3 → -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.