hard Set 89 Form Exercise

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

Show answer

Answer: 8

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":5,"result":15}
  • {"op":"+","operand":5,"result":20}
  • {"op":"\u00d7","operand":3,"result":60}
  • {"op":"+","operand":10,"result":70}
  • {"op":"-","operand":62,"result":8}
FinalValue
8
PathDescription
Step 1: +5 = 15; Step 2: +5 = 20; Step 3: ×3 = 60; Step 4: +10 = 70; Step 5: -62 = 8

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

Show answer

Answer: 84

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

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

Show answer

Answer: 2

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":10,"result":18}
  • {"op":"-","operand":2,"result":16}
  • {"op":"\u00d7","operand":3,"result":48}
  • {"op":"-","operand":34,"result":14}
  • {"op":"-","operand":12,"result":2}
FinalValue
2
PathDescription
Step 1: +10 = 18; Step 2: -2 = 16; Step 3: ×3 = 48; Step 4: -34 = 14; Step 5: -12 = 2

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

Show answer

Answer: 16

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

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

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

Math Maze: Start at 6. Follow the path: +5 → +6 → -4 → -8 → -1. What is the final value?

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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

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

SubType
math-maze
Difficulty
hard
StartValue
3
Steps
  • {"op":"+","operand":4,"result":7}
  • {"op":"+","operand":1,"result":8}
  • {"op":"-","operand":3,"result":5}
  • {"op":"-","operand":4,"result":1}
  • {"op":"-","operand":1,"result":0}
FinalValue
0
PathDescription
Step 1: +4 = 7; Step 2: +1 = 8; Step 3: -3 = 5; Step 4: -4 = 1; Step 5: -1 = 0