medium Set 62 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 21

SubType
math-maze
Difficulty
medium
StartValue
2
Steps
  • {"op":"\u00d7","operand":3,"result":6}
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":3,"result":72}
  • {"op":"-","operand":51,"result":21}
FinalValue
21
PathDescription
Step 1: ×3 = 6; Step 2: ×4 = 24; Step 3: ×3 = 72; Step 4: -51 = 21

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

Show answer

Answer: 1

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

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

Show answer

Answer: 173

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 36

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":3,"result":12}
  • {"op":"-","operand":1,"result":11}
  • {"op":"\u00d7","operand":3,"result":33}
  • {"op":"+","operand":3,"result":36}
FinalValue
36
PathDescription
Step 1: ×3 = 12; Step 2: -1 = 11; Step 3: ×3 = 33; Step 4: +3 = 36

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

Show answer

Answer: 6

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

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

Show answer

Answer: 45

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