hard Set 16 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 9

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