medium Set 57 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 33

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