hard Set 88 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 6

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