hard Set 93 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 222

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 23

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

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

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 315

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