medium Set 59 Form Exercise

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

Show answer

Answer: 137

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 77

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 92

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