medium Set 53 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 232

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

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

Show answer

Answer: 6

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