easy Set 18 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 6

SubType
math-maze
Difficulty
easy
StartValue
6
Steps
  • {"op":"+","operand":8,"result":14}
  • {"op":"-","operand":2,"result":12}
  • {"op":"-","operand":6,"result":6}
FinalValue
6
PathDescription
Step 1: +8 = 14; Step 2: -2 = 12; Step 3: -6 = 6

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

Show answer

Answer: 9

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 15

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