hard Set 96 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 496

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 61

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