easy Set 54 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 8

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