medium Set 73 Form Exercise

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

Show answer

Answer: 33

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 94

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

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

Show answer

Answer: 93

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 87

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

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

Show answer

Answer: 7

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