easy Set 51 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 432

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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