easy Set 36 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 17

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