hard Set 69 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 234

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 118

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

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

Show answer

Answer: 35

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