medium Set 91 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

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

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

Show answer

Answer: 30

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