easy Set 52 Form Exercise

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

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 60

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

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

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