Workbook Detail
Math Maze Division Small Medium — Set 24
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-medium",
"pageNumber": 24,
"generatedAt": "2026-03-16T15:22:00.482Z",
"generatorVersion": "v7.2.1-wp-g2",
"seed": "87272ebfb21b16e3",
"seedInput": "1|node-1-leaf-math-maze-division-small-medium|24|1.0.0|",
"schemaVersion": "2.0.0",
"mathTemplateId": null,
"archetype": "form-exercise",
"siteId": 1
},
"semantics": {
"solvability": {
"isDeterministic": true,
"solutionCount": 1
},
"difficulty": {
"declaredLevel": "medium",
"computedScore": 26,
"metrics": {
"problemCount": 8,
"operation": "math-maze",
"digits": 2,
"regrouping": false
}
},
"diversity": {
"structuralHash": "547a4e6270e51d63b23b982097aa8386",
"contentFingerprint": "646dc5a402a62fa1"
},
"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": "medium",
"config": {
"difficulty": "medium",
"maxNumber": 10
},
"problems": [
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 1. Follow the path: +6 → +10 → +5 → -7. What is the final value?",
"answer": "15",
"startValue": 1,
"steps": [
{
"op": "+",
"operand": 6,
"result": 7
},
{
"op": "+",
"operand": 10,
"result": 17
},
{
"op": "+",
"operand": 5,
"result": 22
},
{
"op": "-",
"operand": 7,
"result": 15
}
],
"finalValue": 15,
"pathDescription": "Step 1: +6 = 7; Step 2: +10 = 17; Step 3: +5 = 22; Step 4: -7 = 15"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 2. Follow the path: ×3 → +5 → ×2 → +3. What is the final value?",
"answer": "25",
"startValue": 2,
"steps": [
{
"op": "×",
"operand": 3,
"result": 6
},
{
"op": "+",
"operand": 5,
"result": 11
},
{
"op": "×",
"operand": 2,
"result": 22
},
{
"op": "+",
"operand": 3,
"result": 25
}
],
"finalValue": 25,
"pathDescription": "Step 1: ×3 = 6; Step 2: +5 = 11; Step 3: ×2 = 22; Step 4: +3 = 25"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 1. Follow the path: ×2 → +5 → -2 → -4. What is the final value?",
"answer": "1",
"startValue": 1,
"steps": [
{
"op": "×",
"operand": 2,
"result": 2
},
{
"op": "+",
"operand": 5,
"result": 7
},
{
"op": "-",
"operand": 2,
"result": 5
},
{
"op": "-",
"operand": 4,
"result": 1
}
],
"finalValue": 1,
"pathDescription": "Step 1: ×2 = 2; Step 2: +5 = 7; Step 3: -2 = 5; Step 4: -4 = 1"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 6. Follow the path: ×3 → -14 → ×2 → +4. What is the final value?",
"answer": "12",
"startValue": 6,
"steps": [
{
"op": "×",
"operand": 3,
"result": 18
},
{
"op": "-",
"operand": 14,
"result": 4
},
{
"op": "×",
"operand": 2,
"result": 8
},
{
"op": "+",
"operand": 4,
"result": 12
}
],
"finalValue": 12,
"pathDescription": "Step 1: ×3 = 18; Step 2: -14 = 4; Step 3: ×2 = 8; Step 4: +4 = 12"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 6. Follow the path: -1 → +5 → ×2 → ×4. What is the final value?",
"answer": "80",
"startValue": 6,
"steps": [
{
"op": "-",
"operand": 1,
"result": 5
},
{
"op": "+",
"operand": 5,
"result": 10
},
{
"op": "×",
"operand": 2,
"result": 20
},
{
"op": "×",
"operand": 4,
"result": 80
}
],
"finalValue": 80,
"pathDescription": "Step 1: -1 = 5; Step 2: +5 = 10; Step 3: ×2 = 20; Step 4: ×4 = 80"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 8. Follow the path: ×2 → -11 → -2 → ×2. What is the final value?",
"answer": "6",
"startValue": 8,
"steps": [
{
"op": "×",
"operand": 2,
"result": 16
},
{
"op": "-",
"operand": 11,
"result": 5
},
{
"op": "-",
"operand": 2,
"result": 3
},
{
"op": "×",
"operand": 2,
"result": 6
}
],
"finalValue": 6,
"pathDescription": "Step 1: ×2 = 16; Step 2: -11 = 5; Step 3: -2 = 3; Step 4: ×2 = 6"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 6. Follow the path: +3 → +2 → -2 → ×4. What is the final value?",
"answer": "36",
"startValue": 6,
"steps": [
{
"op": "+",
"operand": 3,
"result": 9
},
{
"op": "+",
"operand": 2,
"result": 11
},
{
"op": "-",
"operand": 2,
"result": 9
},
{
"op": "×",
"operand": 4,
"result": 36
}
],
"finalValue": 36,
"pathDescription": "Step 1: +3 = 9; Step 2: +2 = 11; Step 3: -2 = 9; Step 4: ×4 = 36"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 3. Follow the path: +9 → ×2 → ×2 → -2. What is the final value?",
"answer": "46",
"startValue": 3,
"steps": [
{
"op": "+",
"operand": 9,
"result": 12
},
{
"op": "×",
"operand": 2,
"result": 24
},
{
"op": "×",
"operand": 2,
"result": 48
},
{
"op": "-",
"operand": 2,
"result": 46
}
],
"finalValue": 46,
"pathDescription": "Step 1: +9 = 12; Step 2: ×2 = 24; Step 3: ×2 = 48; Step 4: -2 = 46"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- Math Maze: Start at 1. Follow the path: +6 → +10 → +5 → -7. What is the final value?
- Math Maze: Start at 2. Follow the path: ×3 → +5 → ×2 → +3. What is the final value?
- Math Maze: Start at 1. Follow the path: ×2 → +5 → -2 → -4. What is the final value?
- Math Maze: Start at 6. Follow the path: ×3 → -14 → ×2 → +4. What is the final value?
- Math Maze: Start at 6. Follow the path: -1 → +5 → ×2 → ×4. What is the final value?
- Math Maze: Start at 8. Follow the path: ×2 → -11 → -2 → ×2. What is the final value?
- Math Maze: Start at 6. Follow the path: +3 → +2 → -2 → ×4. What is the final value?
- Math Maze: Start at 3. Follow the path: +9 → ×2 → ×2 → -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 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.