hard Set 94 Form Exercise

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

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 6

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