hard Set 93 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 314

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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