medium Set 32 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 408

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"+","operand":7,"result":17}
  • {"op":"\u00d7","operand":4,"result":68}
  • {"op":"\u00d7","operand":3,"result":204}
  • {"op":"\u00d7","operand":2,"result":408}
FinalValue
408
PathDescription
Step 1: +7 = 17; Step 2: ×4 = 68; Step 3: ×3 = 204; Step 4: ×2 = 408

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

Show answer

Answer: 18

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

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

Show answer

Answer: 2

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