Workbook Detail
Math Maze Mixed Large Hard — Set 66
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": "hard",
"config": {
"difficulty": "hard",
"maxNumber": 10
},
"problems": [
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "hard",
"question": "Math Maze: Start at 3. Follow the path: +6 → +6 → ×3 → +1 → +10. What is the final value?",
"answer": "56",
"startValue": 3,
"steps": [
{
"op": "+",
"operand": 6,
"result": 9
},
{
"op": "+",
"operand": 6,
"result": 15
},
{
"op": "×",
"operand": 3,
"result": 45
},
{
"op": "+",
"operand": 1,
"result": 46
},
{
"op": "+",
"operand": 10,
"result": 56
}
],
"finalValue": 56,
"pathDescription": "Step 1: +6 = 9; Step 2: +6 = 15; Step 3: ×3 = 45; Step 4: +1 = 46; Step 5: +10 = 56"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "hard",
"question": "Math Maze: Start at 5. Follow the path: +6 → -4 → +2 → -2 → +2. What is the final value?",
"answer": "9",
"startValue": 5,
"steps": [
{
"op": "+",
"operand": 6,
"result": 11
},
{
"op": "-",
"operand": 4,
"result": 7
},
{
"op": "+",
"operand": 2,
"result": 9
},
{
"op": "-",
"operand": 2,
"result": 7
},
{
"op": "+",
"operand": 2,
"result": 9
}
],
"finalValue": 9,
"pathDescription": "Step 1: +6 = 11; Step 2: -4 = 7; Step 3: +2 = 9; Step 4: -2 = 7; Step 5: +2 = 9"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "hard",
"question": "Math Maze: Start at 9. Follow the path: ×2 → -2 → ×3 → +2 → -42. What is the final value?",
"answer": "8",
"startValue": 9,
"steps": [
{
"op": "×",
"operand": 2,
"result": 18
},
{
"op": "-",
"operand": 2,
"result": 16
},
{
"op": "×",
"operand": 3,
"result": 48
},
{
"op": "+",
"operand": 2,
"result": 50
},
{
"op": "-",
"operand": 42,
"result": 8
}
],
"finalValue": 8,
"pathDescription": "Step 1: ×2 = 18; Step 2: -2 = 16; Step 3: ×3 = 48; Step 4: +2 = 50; Step 5: -42 = 8"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "hard",
"question": "Math Maze: Start at 8. Follow the path: ×4 → +2 → -19 → ×2 → ×4. What is the final value?",
"answer": "120",
"startValue": 8,
"steps": [
{
"op": "×",
"operand": 4,
"result": 32
},
{
"op": "+",
"operand": 2,
"result": 34
},
{
"op": "-",
"operand": 19,
"result": 15
},
{
"op": "×",
"operand": 2,
"result": 30
},
{
"op": "×",
"operand": 4,
"result": 120
}
],
"finalValue": 120,
"pathDescription": "Step 1: ×4 = 32; Step 2: +2 = 34; Step 3: -19 = 15; Step 4: ×2 = 30; Step 5: ×4 = 120"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "hard",
"question": "Math Maze: Start at 8. Follow the path: -2 → +5 → -2 → ×3 → +5. What is the final value?",
"answer": "32",
"startValue": 8,
"steps": [
{
"op": "-",
"operand": 2,
"result": 6
},
{
"op": "+",
"operand": 5,
"result": 11
},
{
"op": "-",
"operand": 2,
"result": 9
},
{
"op": "×",
"operand": 3,
"result": 27
},
{
"op": "+",
"operand": 5,
"result": 32
}
],
"finalValue": 32,
"pathDescription": "Step 1: -2 = 6; Step 2: +5 = 11; Step 3: -2 = 9; Step 4: ×3 = 27; Step 5: +5 = 32"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "hard",
"question": "Math Maze: Start at 5. Follow the path: +6 → ×2 → -10 → ×4 → -9. What is the final value?",
"answer": "39",
"startValue": 5,
"steps": [
{
"op": "+",
"operand": 6,
"result": 11
},
{
"op": "×",
"operand": 2,
"result": 22
},
{
"op": "-",
"operand": 10,
"result": 12
},
{
"op": "×",
"operand": 4,
"result": 48
},
{
"op": "-",
"operand": 9,
"result": 39
}
],
"finalValue": 39,
"pathDescription": "Step 1: +6 = 11; Step 2: ×2 = 22; Step 3: -10 = 12; Step 4: ×4 = 48; Step 5: -9 = 39"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "hard",
"question": "Math Maze: Start at 6. Follow the path: -4 → -1 → +6 → -5 → ×2. What is the final value?",
"answer": "4",
"startValue": 6,
"steps": [
{
"op": "-",
"operand": 4,
"result": 2
},
{
"op": "-",
"operand": 1,
"result": 1
},
{
"op": "+",
"operand": 6,
"result": 7
},
{
"op": "-",
"operand": 5,
"result": 2
},
{
"op": "×",
"operand": 2,
"result": 4
}
],
"finalValue": 4,
"pathDescription": "Step 1: -4 = 2; Step 2: -1 = 1; Step 3: +6 = 7; Step 4: -5 = 2; Step 5: ×2 = 4"
},
{
"type": "math-maze",
"subType": "math-maze",
"difficulty": "hard",
"question": "Math Maze: Start at 3. Follow the path: +3 → -3 → -2 → +4 → ×4. What is the final value?",
"answer": "20",
"startValue": 3,
"steps": [
{
"op": "+",
"operand": 3,
"result": 6
},
{
"op": "-",
"operand": 3,
"result": 3
},
{
"op": "-",
"operand": 2,
"result": 1
},
{
"op": "+",
"operand": 4,
"result": 5
},
{
"op": "×",
"operand": 4,
"result": 20
}
],
"finalValue": 20,
"pathDescription": "Step 1: +3 = 6; Step 2: -3 = 3; Step 3: -2 = 1; Step 4: +4 = 5; Step 5: ×4 = 20"
}
],
"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 3. Follow the path: +6 → +6 → ×3 → +1 → +10. What is the final value?
- Math Maze: Start at 5. Follow the path: +6 → -4 → +2 → -2 → +2. What is the final value?
- Math Maze: Start at 9. Follow the path: ×2 → -2 → ×3 → +2 → -42. What is the final value?
- Math Maze: Start at 8. Follow the path: ×4 → +2 → -19 → ×2 → ×4. What is the final value?
- Math Maze: Start at 8. Follow the path: -2 → +5 → -2 → ×3 → +5. What is the final value?
- Math Maze: Start at 5. Follow the path: +6 → ×2 → -10 → ×4 → -9. What is the final value?
- Math Maze: Start at 6. Follow the path: -4 → -1 → +6 → -5 → ×2. What is the final value?
- Math Maze: Start at 3. Follow the path: +3 → -3 → -2 → +4 → ×4. 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 Hard 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.