Workbook Detail
Math Maze Division Small Easy — Set 71
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 6. Follow the path: ×3 → +3 → ×3. What is the final value?",
"answer": "63",
"startValue": 6,
"steps": [
{
"op": "×",
"operand": 3,
"result": 18
},
{
"op": "+",
"operand": 3,
"result": 21
},
{
"op": "×",
"operand": 3,
"result": 63
}
],
"finalValue": 63,
"pathDescription": "Step 1: ×3 = 18; Step 2: +3 = 21; Step 3: ×3 = 63"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 8. Follow the path: ×2 → ×4 → -50. What is the final value?",
"answer": "14",
"startValue": 8,
"steps": [
{
"op": "×",
"operand": 2,
"result": 16
},
{
"op": "×",
"operand": 4,
"result": 64
},
{
"op": "-",
"operand": 50,
"result": 14
}
],
"finalValue": 14,
"pathDescription": "Step 1: ×2 = 16; Step 2: ×4 = 64; Step 3: -50 = 14"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 7. Follow the path: -4 → ×3 → ×3. What is the final value?",
"answer": "27",
"startValue": 7,
"steps": [
{
"op": "-",
"operand": 4,
"result": 3
},
{
"op": "×",
"operand": 3,
"result": 9
},
{
"op": "×",
"operand": 3,
"result": 27
}
],
"finalValue": 27,
"pathDescription": "Step 1: -4 = 3; Step 2: ×3 = 9; Step 3: ×3 = 27"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 10. Follow the path: -8 → -1 → ×3. What is the final value?",
"answer": "3",
"startValue": 10,
"steps": [
{
"op": "-",
"operand": 8,
"result": 2
},
{
"op": "-",
"operand": 1,
"result": 1
},
{
"op": "×",
"operand": 3,
"result": 3
}
],
"finalValue": 3,
"pathDescription": "Step 1: -8 = 2; Step 2: -1 = 1; Step 3: ×3 = 3"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 7. Follow the path: +2 → ×4 → ×3. What is the final value?",
"answer": "108",
"startValue": 7,
"steps": [
{
"op": "+",
"operand": 2,
"result": 9
},
{
"op": "×",
"operand": 4,
"result": 36
},
{
"op": "×",
"operand": 3,
"result": 108
}
],
"finalValue": 108,
"pathDescription": "Step 1: +2 = 9; Step 2: ×4 = 36; Step 3: ×3 = 108"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 7. Follow the path: +10 → ×3 → -50. What is the final value?",
"answer": "1",
"startValue": 7,
"steps": [
{
"op": "+",
"operand": 10,
"result": 17
},
{
"op": "×",
"operand": 3,
"result": 51
},
{
"op": "-",
"operand": 50,
"result": 1
}
],
"finalValue": 1,
"pathDescription": "Step 1: +10 = 17; Step 2: ×3 = 51; Step 3: -50 = 1"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 10. Follow the path: -6 → +5 → +5. What is the final value?",
"answer": "14",
"startValue": 10,
"steps": [
{
"op": "-",
"operand": 6,
"result": 4
},
{
"op": "+",
"operand": 5,
"result": 9
},
{
"op": "+",
"operand": 5,
"result": 14
}
],
"finalValue": 14,
"pathDescription": "Step 1: -6 = 4; Step 2: +5 = 9; Step 3: +5 = 14"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 5. Follow the path: +6 → ×2 → +6. What is the final value?",
"answer": "28",
"startValue": 5,
"steps": [
{
"op": "+",
"operand": 6,
"result": 11
},
{
"op": "×",
"operand": 2,
"result": 22
},
{
"op": "+",
"operand": 6,
"result": 28
}
],
"finalValue": 28,
"pathDescription": "Step 1: +6 = 11; Step 2: ×2 = 22; Step 3: +6 = 28"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- Math Maze: Start at 6. Follow the path: ×3 → +3 → ×3. What is the final value?
- Math Maze: Start at 8. Follow the path: ×2 → ×4 → -50. What is the final value?
- Math Maze: Start at 7. Follow the path: -4 → ×3 → ×3. What is the final value?
- Math Maze: Start at 10. Follow the path: -8 → -1 → ×3. What is the final value?
- Math Maze: Start at 7. Follow the path: +2 → ×4 → ×3. What is the final value?
- Math Maze: Start at 7. Follow the path: +10 → ×3 → -50. What is the final value?
- Math Maze: Start at 10. Follow the path: -6 → +5 → +5. What is the final value?
- Math Maze: Start at 5. Follow the path: +6 → ×2 → +6. 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.