easy Set 59 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

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