medium Set 45 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

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