medium Set 39 Form Exercise

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

Show answer

Answer: -4

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 9

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