medium Set 62 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 17

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