easy Set 35 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 4

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

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 8. Follow the path: +1 → +10 → -15. What is the final value?

Show answer

Answer: 4

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

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

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