easy Set 75 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 18

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