easy Set 37 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 9

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