medium Set 62 Form Exercise

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

Show answer

Answer: 73

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"-","operand":3,"result":21}
  • {"op":"\u00d7","operand":3,"result":63}
  • {"op":"+","operand":10,"result":73}
FinalValue
73
PathDescription
Step 1: ×3 = 24; Step 2: -3 = 21; Step 3: ×3 = 63; Step 4: +10 = 73

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

Show answer

Answer: 30

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 54

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"\u00d7","operand":3,"result":48}
  • {"op":"\u00d7","operand":2,"result":96}
  • {"op":"-","operand":42,"result":54}
FinalValue
54
PathDescription
Step 1: ×4 = 16; Step 2: ×3 = 48; Step 3: ×2 = 96; Step 4: -42 = 54

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

Show answer

Answer: 14

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

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

Show answer

Answer: 504

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"\u00d7","operand":3,"result":42}
  • {"op":"\u00d7","operand":3,"result":126}
  • {"op":"\u00d7","operand":4,"result":504}
FinalValue
504
PathDescription
Step 1: ×2 = 14; Step 2: ×3 = 42; Step 3: ×3 = 126; Step 4: ×4 = 504

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

Show answer

Answer: 5

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

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

Show answer

Answer: 12

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