medium Set 45 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 484

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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