medium Set 16 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 24

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