medium Set 100 Form Exercise

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

Show answer

Answer: 576

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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