easy Set 31 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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