medium Set 45 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 6

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

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

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

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

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

Show answer

Answer: 15

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