hard Set 18 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 92

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

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

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 4

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