Workbook Detail
Math Maze Division Small Easy — Set 74
This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.
{
"_meta": {
"nodeId": "node-1-leaf-math-maze-division-small-easy",
"pageNumber": 74,
"generatedAt": "2026-03-16T15:22:00.478Z",
"generatorVersion": "v7.2.1-wp-g2",
"seed": "1255785db7fb159d",
"seedInput": "1|node-1-leaf-math-maze-division-small-easy|74|1.0.0|",
"schemaVersion": "2.0.0",
"mathTemplateId": null,
"archetype": "form-exercise",
"siteId": 1
},
"semantics": {
"solvability": {
"isDeterministic": true,
"solutionCount": 1
},
"difficulty": {
"declaredLevel": "easy",
"computedScore": 26,
"metrics": {
"problemCount": 8,
"operation": "math-maze",
"digits": 2,
"regrouping": false
}
},
"diversity": {
"structuralHash": "547a4e6270e51d63b23b982097aa8386",
"contentFingerprint": "407aff85e45c7ac4"
},
"interaction": {
"checkable": true,
"revealable": true,
"randomizable": true,
"hintable": false,
"progressable": true,
"inputType": [
"text-input"
]
}
},
"version": "2.0",
"generatorId": "arithmetic-generator-v7.2.1",
"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 1. Follow the path: ×4 → +9 → +1. What is the final value?",
"answer": "14",
"startValue": 1,
"steps": [
{
"op": "×",
"operand": 4,
"result": 4
},
{
"op": "+",
"operand": 9,
"result": 13
},
{
"op": "+",
"operand": 1,
"result": 14
}
],
"finalValue": 14,
"pathDescription": "Step 1: ×4 = 4; Step 2: +9 = 13; Step 3: +1 = 14"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 10. Follow the path: ×4 → ×4 → -81. What is the final value?",
"answer": "79",
"startValue": 10,
"steps": [
{
"op": "×",
"operand": 4,
"result": 40
},
{
"op": "×",
"operand": 4,
"result": 160
},
{
"op": "-",
"operand": 81,
"result": 79
}
],
"finalValue": 79,
"pathDescription": "Step 1: ×4 = 40; Step 2: ×4 = 160; Step 3: -81 = 79"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 10. Follow the path: -1 → +1 → +4. What is the final value?",
"answer": "14",
"startValue": 10,
"steps": [
{
"op": "-",
"operand": 1,
"result": 9
},
{
"op": "+",
"operand": 1,
"result": 10
},
{
"op": "+",
"operand": 4,
"result": 14
}
],
"finalValue": 14,
"pathDescription": "Step 1: -1 = 9; Step 2: +1 = 10; Step 3: +4 = 14"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 9. Follow the path: -7 → ×2 → ×3. What is the final value?",
"answer": "12",
"startValue": 9,
"steps": [
{
"op": "-",
"operand": 7,
"result": 2
},
{
"op": "×",
"operand": 2,
"result": 4
},
{
"op": "×",
"operand": 3,
"result": 12
}
],
"finalValue": 12,
"pathDescription": "Step 1: -7 = 2; Step 2: ×2 = 4; Step 3: ×3 = 12"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 3. Follow the path: -1 → ×3 → -1. What is the final value?",
"answer": "5",
"startValue": 3,
"steps": [
{
"op": "-",
"operand": 1,
"result": 2
},
{
"op": "×",
"operand": 3,
"result": 6
},
{
"op": "-",
"operand": 1,
"result": 5
}
],
"finalValue": 5,
"pathDescription": "Step 1: -1 = 2; Step 2: ×3 = 6; Step 3: -1 = 5"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 10. Follow the path: +1 → ×4 → +4. What is the final value?",
"answer": "48",
"startValue": 10,
"steps": [
{
"op": "+",
"operand": 1,
"result": 11
},
{
"op": "×",
"operand": 4,
"result": 44
},
{
"op": "+",
"operand": 4,
"result": 48
}
],
"finalValue": 48,
"pathDescription": "Step 1: +1 = 11; Step 2: ×4 = 44; Step 3: +4 = 48"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 2. Follow the path: -1 → +9 → +8. What is the final value?",
"answer": "18",
"startValue": 2,
"steps": [
{
"op": "-",
"operand": 1,
"result": 1
},
{
"op": "+",
"operand": 9,
"result": 10
},
{
"op": "+",
"operand": 8,
"result": 18
}
],
"finalValue": 18,
"pathDescription": "Step 1: -1 = 1; Step 2: +9 = 10; Step 3: +8 = 18"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 2. Follow the path: +8 → -7 → +2. What is the final value?",
"answer": "5",
"startValue": 2,
"steps": [
{
"op": "+",
"operand": 8,
"result": 10
},
{
"op": "-",
"operand": 7,
"result": 3
},
{
"op": "+",
"operand": 2,
"result": 5
}
],
"finalValue": 5,
"pathDescription": "Step 1: +8 = 10; Step 2: -7 = 3; Step 3: +2 = 5"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- Math Maze: Start at 1. Follow the path: ×4 → +9 → +1. What is the final value?
- Math Maze: Start at 10. Follow the path: ×4 → ×4 → -81. What is the final value?
- Math Maze: Start at 10. Follow the path: -1 → +1 → +4. What is the final value?
- Math Maze: Start at 9. Follow the path: -7 → ×2 → ×3. What is the final value?
- Math Maze: Start at 3. Follow the path: -1 → ×3 → -1. What is the final value?
- Math Maze: Start at 10. Follow the path: +1 → ×4 → +4. What is the final value?
- Math Maze: Start at 2. Follow the path: -1 → +9 → +8. What is the final value?
- Math Maze: Start at 2. Follow the path: +8 → -7 → +2. 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.