medium Set 100 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: -6

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 140

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 240

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