easy Set 87 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 21

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