medium Set 73 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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