medium Set 15 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 1536

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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