medium Set 100 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 20

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