hard Set 55 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 76

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