hard Set 53 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 164

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 198

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