medium Set 84 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 14

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