easy Set 43 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 256

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 4

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