hard Set 54 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 309

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 4

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