hard Set 27 Form Exercise

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

Show answer

Answer: 2

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

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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