easy Set 45 Form Exercise

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

Show answer

Answer: 3

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

Math Maze: Start at 1. Follow the path: -1 → -1 → -1. 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":"-","operand":1,"result":-2}
FinalValue
-2
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: -1 = -2

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

Show answer

Answer: 94

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 4

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