medium Set 50 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 21

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

Math Maze: Start at 7. Follow the path: ×2 → ×4 → ×3 → ×3. 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":4,"result":56}
  • {"op":"\u00d7","operand":3,"result":168}
  • {"op":"\u00d7","operand":3,"result":504}
FinalValue
504
PathDescription
Step 1: ×2 = 14; Step 2: ×4 = 56; Step 3: ×3 = 168; Step 4: ×3 = 504

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

Show answer

Answer: 84

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

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

Show answer

Answer: 110

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