medium Set 72 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 3

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