hard Set 73 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 174

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

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

Show answer

Answer: 228

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 105

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 32

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