hard Set 80 Form Exercise

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

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 15

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

Math Maze: Start at 1. Follow the path: +9 → +1 → +6 → +10 → ×4. What is the final value?

Show answer

Answer: 108

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