medium Set 97 Form Exercise

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

Show answer

Answer: 104

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 94

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 228

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 9

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