hard Set 63 Form Exercise

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

Show answer

Answer: 360

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 82

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

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

Show answer

Answer: 225

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

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

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 21

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