hard Set 94 Form Exercise

Math Maze: Start at 7. Follow the path: -1 → -5 → -1 → -1 → -1. What is the final value?

Show answer

Answer: -2

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 19

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