easy Set 95 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: -1

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