easy Set 80 Form Exercise

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

Show answer

Answer: 25

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 10

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

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

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

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

Show answer

Answer: 17

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