medium Set 99 Form Exercise

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

Show answer

Answer: 112

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 72

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