easy Set 78 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: -4

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 5

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