hard Set 95 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 111

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: -4

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