easy Set 37 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 14

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

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

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

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

Show answer

Answer: 60

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