hard Set 55 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 105

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 4

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