medium Set 99 Form Exercise

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

Show answer

Answer: 201

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 152

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 192

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