medium Set 72 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 217

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 2

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