hard Set 49 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 678

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

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

Show answer

Answer: 277

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 3456

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

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

Show answer

Answer: 189

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":4,"result":84}
  • {"op":"\u00d7","operand":3,"result":252}
  • {"op":"-","operand":69,"result":183}
  • {"op":"+","operand":6,"result":189}
FinalValue
189
PathDescription
Step 1: ×3 = 21; Step 2: ×4 = 84; Step 3: ×3 = 252; Step 4: -69 = 183; Step 5: +6 = 189