easy Set 69 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 20

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

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

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 22

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

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

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

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

Show answer

Answer: 22

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