hard Set 18 Form Exercise

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

Show answer

Answer: 45

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

Math Maze: Start at 4. Follow the path: ×2 → -3 → +6 → -9 → -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":3,"result":5}
  • {"op":"+","operand":6,"result":11}
  • {"op":"-","operand":9,"result":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: ×2 = 8; Step 2: -3 = 5; Step 3: +6 = 11; Step 4: -9 = 2; Step 5: -1 = 1

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

Show answer

Answer: -2

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 21

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

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

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

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

Show answer

Answer: 28

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