hard Set 92 Form Exercise

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

Show answer

Answer: -12

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

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

Show answer

Answer: 67

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 13

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":6,"result":14}
  • {"op":"\u00d7","operand":3,"result":42}
  • {"op":"-","operand":9,"result":33}
  • {"op":"-","operand":26,"result":7}
  • {"op":"+","operand":6,"result":13}
FinalValue
13
PathDescription
Step 1: +6 = 14; Step 2: ×3 = 42; Step 3: -9 = 33; Step 4: -26 = 7; Step 5: +6 = 13

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

Show answer

Answer: 7

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

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

Show answer

Answer: 200

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