medium Set 25 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 64

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