easy Set 95 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 41

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

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

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 1

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