easy Set 53 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 92

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