easy Set 31 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: -1

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