medium Set 62 Form Exercise

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

Show answer

Answer: 60

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 157

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 2

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":2,"result":2}
FinalValue
2
PathDescription
Step 1: -1 = 0; Step 2: ×4 = 0; Step 3: +1 = 1; Step 4: ×2 = 2

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

Show answer

Answer: 20

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

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

Show answer

Answer: 43

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