medium Set 45 Form Exercise

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

Show answer

Answer: 960

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

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

Show answer

Answer: 121

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 22

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"+","operand":5,"result":9}
  • {"op":"+","operand":4,"result":13}
  • {"op":"+","operand":6,"result":19}
  • {"op":"+","operand":3,"result":22}
FinalValue
22
PathDescription
Step 1: +5 = 9; Step 2: +4 = 13; Step 3: +6 = 19; Step 4: +3 = 22

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

Show answer

Answer: 34

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 24

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