medium Set 50 Form Exercise

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

Show answer

Answer: 76

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: -1

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