easy Set 29 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 42

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