easy Set 21 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 138

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

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

Show answer

Answer: 27

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

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

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 34

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