hard Set 61 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 121

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 105

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 20

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