easy Set 57 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1

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