easy Set 17 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 1

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