Workbook Detail
Math Maze Mixed Large Medium — Set 47
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": "medium",
"config": {
"difficulty": "medium",
"maxNumber": 10
},
"problems": [
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 1. Follow the path: -1 → ×3 → ×3 → ×2. What is the final value?",
"answer": "0",
"startValue": 1,
"steps": [
{
"op": "-",
"operand": 1,
"result": 0
},
{
"op": "×",
"operand": 3,
"result": 0
},
{
"op": "×",
"operand": 3,
"result": 0
},
{
"op": "×",
"operand": 2,
"result": 0
}
],
"finalValue": 0,
"pathDescription": "Step 1: -1 = 0; Step 2: ×3 = 0; Step 3: ×3 = 0; Step 4: ×2 = 0"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 10. Follow the path: ×4 → -5 → -26 → -5. What is the final value?",
"answer": "4",
"startValue": 10,
"steps": [
{
"op": "×",
"operand": 4,
"result": 40
},
{
"op": "-",
"operand": 5,
"result": 35
},
{
"op": "-",
"operand": 26,
"result": 9
},
{
"op": "-",
"operand": 5,
"result": 4
}
],
"finalValue": 4,
"pathDescription": "Step 1: ×4 = 40; Step 2: -5 = 35; Step 3: -26 = 9; Step 4: -5 = 4"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 3. Follow the path: -1 → +9 → -5 → ×3. What is the final value?",
"answer": "18",
"startValue": 3,
"steps": [
{
"op": "-",
"operand": 1,
"result": 2
},
{
"op": "+",
"operand": 9,
"result": 11
},
{
"op": "-",
"operand": 5,
"result": 6
},
{
"op": "×",
"operand": 3,
"result": 18
}
],
"finalValue": 18,
"pathDescription": "Step 1: -1 = 2; Step 2: +9 = 11; Step 3: -5 = 6; Step 4: ×3 = 18"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 7. Follow the path: -3 → +3 → ×2 → -12. What is the final value?",
"answer": "2",
"startValue": 7,
"steps": [
{
"op": "-",
"operand": 3,
"result": 4
},
{
"op": "+",
"operand": 3,
"result": 7
},
{
"op": "×",
"operand": 2,
"result": 14
},
{
"op": "-",
"operand": 12,
"result": 2
}
],
"finalValue": 2,
"pathDescription": "Step 1: -3 = 4; Step 2: +3 = 7; Step 3: ×2 = 14; Step 4: -12 = 2"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 6. Follow the path: ×4 → +8 → -21 → -2. What is the final value?",
"answer": "9",
"startValue": 6,
"steps": [
{
"op": "×",
"operand": 4,
"result": 24
},
{
"op": "+",
"operand": 8,
"result": 32
},
{
"op": "-",
"operand": 21,
"result": 11
},
{
"op": "-",
"operand": 2,
"result": 9
}
],
"finalValue": 9,
"pathDescription": "Step 1: ×4 = 24; Step 2: +8 = 32; Step 3: -21 = 11; Step 4: -2 = 9"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 4. Follow the path: ×3 → ×4 → +2 → -30. What is the final value?",
"answer": "20",
"startValue": 4,
"steps": [
{
"op": "×",
"operand": 3,
"result": 12
},
{
"op": "×",
"operand": 4,
"result": 48
},
{
"op": "+",
"operand": 2,
"result": 50
},
{
"op": "-",
"operand": 30,
"result": 20
}
],
"finalValue": 20,
"pathDescription": "Step 1: ×3 = 12; Step 2: ×4 = 48; Step 3: +2 = 50; Step 4: -30 = 20"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 6. Follow the path: -4 → +7 → ×4 → -12. What is the final value?",
"answer": "24",
"startValue": 6,
"steps": [
{
"op": "-",
"operand": 4,
"result": 2
},
{
"op": "+",
"operand": 7,
"result": 9
},
{
"op": "×",
"operand": 4,
"result": 36
},
{
"op": "-",
"operand": 12,
"result": 24
}
],
"finalValue": 24,
"pathDescription": "Step 1: -4 = 2; Step 2: +7 = 9; Step 3: ×4 = 36; Step 4: -12 = 24"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 7. Follow the path: -1 → +5 → ×3 → -21. What is the final value?",
"answer": "12",
"startValue": 7,
"steps": [
{
"op": "-",
"operand": 1,
"result": 6
},
{
"op": "+",
"operand": 5,
"result": 11
},
{
"op": "×",
"operand": 3,
"result": 33
},
{
"op": "-",
"operand": 21,
"result": 12
}
],
"finalValue": 12,
"pathDescription": "Step 1: -1 = 6; Step 2: +5 = 11; Step 3: ×3 = 33; Step 4: -21 = 12"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"outputTargets": {
"screen": true,
"print": true,
"pdf": true,
"answerKey": true
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- Math Maze: Start at 1. Follow the path: -1 → ×3 → ×3 → ×2. What is the final value?
- Math Maze: Start at 10. Follow the path: ×4 → -5 → -26 → -5. What is the final value?
- Math Maze: Start at 3. Follow the path: -1 → +9 → -5 → ×3. What is the final value?
- Math Maze: Start at 7. Follow the path: -3 → +3 → ×2 → -12. What is the final value?
- Math Maze: Start at 6. Follow the path: ×4 → +8 → -21 → -2. What is the final value?
- Math Maze: Start at 4. Follow the path: ×3 → ×4 → +2 → -30. What is the final value?
- Math Maze: Start at 6. Follow the path: -4 → +7 → ×4 → -12. What is the final value?
- Math Maze: Start at 7. Follow the path: -1 → +5 → ×3 → -21. What is the final value?
Practice math maze mixed large with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Math Maze Mixed Large 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.