Workbook Detail
Math Maze Addition Small Easy — Set 64
This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.
{
"outputTargets": {
"screen": true,
"print": true,
"pdf": true,
"answerKey": true
},
"_meta": {
"nodeId": "node-1-leaf-math-maze-addition-small-easy",
"pageNumber": 64,
"generatedAt": "2026-03-16T15:22:00.064Z",
"generatorVersion": "v7.2.1-wp-g2",
"seed": "32704587b2a57ae5",
"seedInput": "1|node-1-leaf-math-maze-addition-small-easy|64|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": "bc959c9a129e80c9"
},
"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 8. Follow the path: ×4 → ×4 → +4. What is the final value?",
"answer": "132",
"startValue": 8,
"steps": [
{
"op": "×",
"operand": 4,
"result": 32
},
{
"op": "×",
"operand": 4,
"result": 128
},
{
"op": "+",
"operand": 4,
"result": 132
}
],
"finalValue": 132,
"pathDescription": "Step 1: ×4 = 32; Step 2: ×4 = 128; Step 3: +4 = 132"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 10. Follow the path: +4 → +3 → +6. What is the final value?",
"answer": "23",
"startValue": 10,
"steps": [
{
"op": "+",
"operand": 4,
"result": 14
},
{
"op": "+",
"operand": 3,
"result": 17
},
{
"op": "+",
"operand": 6,
"result": 23
}
],
"finalValue": 23,
"pathDescription": "Step 1: +4 = 14; Step 2: +3 = 17; Step 3: +6 = 23"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 8. Follow the path: +2 → +2 → +9. What is the final value?",
"answer": "21",
"startValue": 8,
"steps": [
{
"op": "+",
"operand": 2,
"result": 10
},
{
"op": "+",
"operand": 2,
"result": 12
},
{
"op": "+",
"operand": 9,
"result": 21
}
],
"finalValue": 21,
"pathDescription": "Step 1: +2 = 10; Step 2: +2 = 12; Step 3: +9 = 21"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 6. Follow the path: +5 → -2 → ×4. What is the final value?",
"answer": "36",
"startValue": 6,
"steps": [
{
"op": "+",
"operand": 5,
"result": 11
},
{
"op": "-",
"operand": 2,
"result": 9
},
{
"op": "×",
"operand": 4,
"result": 36
}
],
"finalValue": 36,
"pathDescription": "Step 1: +5 = 11; Step 2: -2 = 9; Step 3: ×4 = 36"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 1. Follow the path: -1 → +10 → ×2. What is the final value?",
"answer": "20",
"startValue": 1,
"steps": [
{
"op": "-",
"operand": 1,
"result": 0
},
{
"op": "+",
"operand": 10,
"result": 10
},
{
"op": "×",
"operand": 2,
"result": 20
}
],
"finalValue": 20,
"pathDescription": "Step 1: -1 = 0; Step 2: +10 = 10; Step 3: ×2 = 20"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 1. Follow the path: ×3 → ×2 → ×2. What is the final value?",
"answer": "12",
"startValue": 1,
"steps": [
{
"op": "×",
"operand": 3,
"result": 3
},
{
"op": "×",
"operand": 2,
"result": 6
},
{
"op": "×",
"operand": 2,
"result": 12
}
],
"finalValue": 12,
"pathDescription": "Step 1: ×3 = 3; Step 2: ×2 = 6; Step 3: ×2 = 12"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 8. Follow the path: +1 → ×2 → -6. What is the final value?",
"answer": "12",
"startValue": 8,
"steps": [
{
"op": "+",
"operand": 1,
"result": 9
},
{
"op": "×",
"operand": 2,
"result": 18
},
{
"op": "-",
"operand": 6,
"result": 12
}
],
"finalValue": 12,
"pathDescription": "Step 1: +1 = 9; Step 2: ×2 = 18; Step 3: -6 = 12"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "easy",
"question": "Math Maze: Start at 2. Follow the path: +6 → -1 → -6. What is the final value?",
"answer": "1",
"startValue": 2,
"steps": [
{
"op": "+",
"operand": 6,
"result": 8
},
{
"op": "-",
"operand": 1,
"result": 7
},
{
"op": "-",
"operand": 6,
"result": 1
}
],
"finalValue": 1,
"pathDescription": "Step 1: +6 = 8; Step 2: -1 = 7; Step 3: -6 = 1"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- Math Maze: Start at 8. Follow the path: ×4 → ×4 → +4. What is the final value?
- Math Maze: Start at 10. Follow the path: +4 → +3 → +6. What is the final value?
- Math Maze: Start at 8. Follow the path: +2 → +2 → +9. What is the final value?
- Math Maze: Start at 6. Follow the path: +5 → -2 → ×4. What is the final value?
- Math Maze: Start at 1. Follow the path: -1 → +10 → ×2. What is the final value?
- Math Maze: Start at 1. Follow the path: ×3 → ×2 → ×2. What is the final value?
- Math Maze: Start at 8. Follow the path: +1 → ×2 → -6. What is the final value?
- Math Maze: Start at 2. Follow the path: +6 → -1 → -6. What is the final value?
Practice math maze addition small with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Math Maze Addition 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.