hard Set 79 Form Exercise

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

Show answer

Answer: 85

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

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

Show answer

Answer: 103

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 624

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

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

Show answer

Answer: 171

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