medium Set 53 Form Exercise

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

Show answer

Answer: 25

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 79

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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