hard Set 94 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: -4

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":1,"result":-3}
  • {"op":"-","operand":1,"result":-4}
FinalValue
-4
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: -1 = -2; Step 4: -1 = -3; Step 5: -1 = -4

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

Show answer

Answer: 40

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