easy Set 86 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 20

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