easy Set 85 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 90

SubType
math-maze
Difficulty
easy
StartValue
5
Steps
  • {"op":"\u00d7","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 6. Follow the path: ×2 → -6 → ×4. What is the final value?

Show answer

Answer: 24

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 28

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