medium Set 91 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 1

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":3,"result":1}
FinalValue
1
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: -1 = -2; Step 4: +3 = 1

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

Show answer

Answer: 76

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 87

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 8

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