easy Set 68 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 70

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 32

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