medium Set 89 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 67

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 2

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