hard Set 65 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 142

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 21

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