hard Set 100 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 19

SubType
math-maze
Difficulty
hard
StartValue
1
Steps
  • {"op":"+","operand":9,"result":10}
  • {"op":"-","operand":4,"result":6}
  • {"op":"+","operand":9,"result":15}
  • {"op":"-","operand":6,"result":9}
  • {"op":"+","operand":10,"result":19}
FinalValue
19
PathDescription
Step 1: +9 = 10; Step 2: -4 = 6; Step 3: +9 = 15; Step 4: -6 = 9; Step 5: +10 = 19

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

Show answer

Answer: 29

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: -2

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