medium Set 59 Form Exercise

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

Show answer

Answer: 132

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 338

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"\u00d7","operand":4,"result":160}
  • {"op":"+","operand":9,"result":169}
  • {"op":"\u00d7","operand":2,"result":338}
FinalValue
338
PathDescription
Step 1: ×4 = 40; Step 2: ×4 = 160; Step 3: +9 = 169; Step 4: ×2 = 338

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

Show answer

Answer: 120

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 32

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