easy Set 53 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 17

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