hard Set 61 Form Exercise

Math Maze: Start at 5. Follow the path: +10 → ×3 → ×3 → ×4 → -7. What is the final value?

Show answer

Answer: 533

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"+","operand":10,"result":15}
  • {"op":"\u00d7","operand":3,"result":45}
  • {"op":"\u00d7","operand":3,"result":135}
  • {"op":"\u00d7","operand":4,"result":540}
  • {"op":"-","operand":7,"result":533}
FinalValue
533
PathDescription
Step 1: +10 = 15; Step 2: ×3 = 45; Step 3: ×3 = 135; Step 4: ×4 = 540; Step 5: -7 = 533

Math Maze: Start at 4. Follow the path: +6 → -4 → ×4 → -3 → +6. What is the final value?

Show answer

Answer: 27

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"+","operand":6,"result":10}
  • {"op":"-","operand":4,"result":6}
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"-","operand":3,"result":21}
  • {"op":"+","operand":6,"result":27}
FinalValue
27
PathDescription
Step 1: +6 = 10; Step 2: -4 = 6; Step 3: ×4 = 24; Step 4: -3 = 21; Step 5: +6 = 27

Math Maze: Start at 9. Follow the path: ×4 → -21 → ×4 → +7 → -38. What is the final value?

Show answer

Answer: 29

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"-","operand":21,"result":15}
  • {"op":"\u00d7","operand":4,"result":60}
  • {"op":"+","operand":7,"result":67}
  • {"op":"-","operand":38,"result":29}
FinalValue
29
PathDescription
Step 1: ×4 = 36; Step 2: -21 = 15; Step 3: ×4 = 60; Step 4: +7 = 67; Step 5: -38 = 29

Math Maze: Start at 2. Follow the path: +6 → +3 → ×2 → -8 → +9. What is the final value?

Show answer

Answer: 23

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"+","operand":6,"result":8}
  • {"op":"+","operand":3,"result":11}
  • {"op":"\u00d7","operand":2,"result":22}
  • {"op":"-","operand":8,"result":14}
  • {"op":"+","operand":9,"result":23}
FinalValue
23
PathDescription
Step 1: +6 = 8; Step 2: +3 = 11; Step 3: ×2 = 22; Step 4: -8 = 14; Step 5: +9 = 23

Math Maze: Start at 10. Follow the path: ×3 → ×4 → +7 → +2 → -2. What is the final value?

Show answer

Answer: 127

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":4,"result":120}
  • {"op":"+","operand":7,"result":127}
  • {"op":"+","operand":2,"result":129}
  • {"op":"-","operand":2,"result":127}
FinalValue
127
PathDescription
Step 1: ×3 = 30; Step 2: ×4 = 120; Step 3: +7 = 127; Step 4: +2 = 129; Step 5: -2 = 127

Math Maze: Start at 8. Follow the path: ×4 → +3 → +8 → ×3 → +10. What is the final value?

Show answer

Answer: 139

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"+","operand":3,"result":35}
  • {"op":"+","operand":8,"result":43}
  • {"op":"\u00d7","operand":3,"result":129}
  • {"op":"+","operand":10,"result":139}
FinalValue
139
PathDescription
Step 1: ×4 = 32; Step 2: +3 = 35; Step 3: +8 = 43; Step 4: ×3 = 129; Step 5: +10 = 139

Math Maze: Start at 4. Follow the path: -2 → +9 → +5 → +9 → -14. What is the final value?

Show answer

Answer: 11

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"-","operand":2,"result":2}
  • {"op":"+","operand":9,"result":11}
  • {"op":"+","operand":5,"result":16}
  • {"op":"+","operand":9,"result":25}
  • {"op":"-","operand":14,"result":11}
FinalValue
11
PathDescription
Step 1: -2 = 2; Step 2: +9 = 11; Step 3: +5 = 16; Step 4: +9 = 25; Step 5: -14 = 11

Math Maze: Start at 8. Follow the path: +6 → +6 → +2 → -17 → +6. What is the final value?

Show answer

Answer: 11

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":6,"result":14}
  • {"op":"+","operand":6,"result":20}
  • {"op":"+","operand":2,"result":22}
  • {"op":"-","operand":17,"result":5}
  • {"op":"+","operand":6,"result":11}
FinalValue
11
PathDescription
Step 1: +6 = 14; Step 2: +6 = 20; Step 3: +2 = 22; Step 4: -17 = 5; Step 5: +6 = 11