easy Set 87 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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