Workbook Detail
Math Maze Mixed Large Medium — Set 21
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 7. Follow the path: ×3 → -20 → ×3 → -1. What is the final value?",
"answer": "2",
"startValue": 7,
"steps": [
{
"op": "×",
"operand": 3,
"result": 21
},
{
"op": "-",
"operand": 20,
"result": 1
},
{
"op": "×",
"operand": 3,
"result": 3
},
{
"op": "-",
"operand": 1,
"result": 2
}
],
"finalValue": 2,
"pathDescription": "Step 1: ×3 = 21; Step 2: -20 = 1; Step 3: ×3 = 3; Step 4: -1 = 2"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 3. Follow the path: ×3 → -2 → ×3 → +4. What is the final value?",
"answer": "25",
"startValue": 3,
"steps": [
{
"op": "×",
"operand": 3,
"result": 9
},
{
"op": "-",
"operand": 2,
"result": 7
},
{
"op": "×",
"operand": 3,
"result": 21
},
{
"op": "+",
"operand": 4,
"result": 25
}
],
"finalValue": 25,
"pathDescription": "Step 1: ×3 = 9; Step 2: -2 = 7; Step 3: ×3 = 21; Step 4: +4 = 25"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 1. Follow the path: -1 → +10 → ×3 → +7. What is the final value?",
"answer": "37",
"startValue": 1,
"steps": [
{
"op": "-",
"operand": 1,
"result": 0
},
{
"op": "+",
"operand": 10,
"result": 10
},
{
"op": "×",
"operand": 3,
"result": 30
},
{
"op": "+",
"operand": 7,
"result": 37
}
],
"finalValue": 37,
"pathDescription": "Step 1: -1 = 0; Step 2: +10 = 10; Step 3: ×3 = 30; Step 4: +7 = 37"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 10. Follow the path: -1 → +6 → ×4 → ×3. What is the final value?",
"answer": "180",
"startValue": 10,
"steps": [
{
"op": "-",
"operand": 1,
"result": 9
},
{
"op": "+",
"operand": 6,
"result": 15
},
{
"op": "×",
"operand": 4,
"result": 60
},
{
"op": "×",
"operand": 3,
"result": 180
}
],
"finalValue": 180,
"pathDescription": "Step 1: -1 = 9; Step 2: +6 = 15; Step 3: ×4 = 60; Step 4: ×3 = 180"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 4. Follow the path: -1 → +10 → +4 → ×3. What is the final value?",
"answer": "51",
"startValue": 4,
"steps": [
{
"op": "-",
"operand": 1,
"result": 3
},
{
"op": "+",
"operand": 10,
"result": 13
},
{
"op": "+",
"operand": 4,
"result": 17
},
{
"op": "×",
"operand": 3,
"result": 51
}
],
"finalValue": 51,
"pathDescription": "Step 1: -1 = 3; Step 2: +10 = 13; Step 3: +4 = 17; Step 4: ×3 = 51"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 5. Follow the path: ×2 → ×2 → +10 → -2. What is the final value?",
"answer": "28",
"startValue": 5,
"steps": [
{
"op": "×",
"operand": 2,
"result": 10
},
{
"op": "×",
"operand": 2,
"result": 20
},
{
"op": "+",
"operand": 10,
"result": 30
},
{
"op": "-",
"operand": 2,
"result": 28
}
],
"finalValue": 28,
"pathDescription": "Step 1: ×2 = 10; Step 2: ×2 = 20; Step 3: +10 = 30; Step 4: -2 = 28"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 1. Follow the path: ×4 → +9 → -7 → ×3. What is the final value?",
"answer": "18",
"startValue": 1,
"steps": [
{
"op": "×",
"operand": 4,
"result": 4
},
{
"op": "+",
"operand": 9,
"result": 13
},
{
"op": "-",
"operand": 7,
"result": 6
},
{
"op": "×",
"operand": 3,
"result": 18
}
],
"finalValue": 18,
"pathDescription": "Step 1: ×4 = 4; Step 2: +9 = 13; Step 3: -7 = 6; Step 4: ×3 = 18"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "medium",
"question": "Math Maze: Start at 4. Follow the path: ×3 → -9 → ×3 → ×2. What is the final value?",
"answer": "18",
"startValue": 4,
"steps": [
{
"op": "×",
"operand": 3,
"result": 12
},
{
"op": "-",
"operand": 9,
"result": 3
},
{
"op": "×",
"operand": 3,
"result": 9
},
{
"op": "×",
"operand": 2,
"result": 18
}
],
"finalValue": 18,
"pathDescription": "Step 1: ×3 = 12; Step 2: -9 = 3; Step 3: ×3 = 9; Step 4: ×2 = 18"
}
],
"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 7. Follow the path: ×3 → -20 → ×3 → -1. What is the final value?
- Math Maze: Start at 3. Follow the path: ×3 → -2 → ×3 → +4. What is the final value?
- Math Maze: Start at 1. Follow the path: -1 → +10 → ×3 → +7. What is the final value?
- Math Maze: Start at 10. Follow the path: -1 → +6 → ×4 → ×3. What is the final value?
- Math Maze: Start at 4. Follow the path: -1 → +10 → +4 → ×3. What is the final value?
- Math Maze: Start at 5. Follow the path: ×2 → ×2 → +10 → -2. What is the final value?
- Math Maze: Start at 1. Follow the path: ×4 → +9 → -7 → ×3. What is the final value?
- Math Maze: Start at 4. Follow the path: ×3 → -9 → ×3 → ×2. 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.