hard Set 95 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 738

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

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

Show answer

Answer: 12

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