hard Set 53 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 16

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

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

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 22

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