easy Set 37 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 71

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