easy Set 51 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 36

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

Math Maze: Start at 4. Follow the path: +9 → +8 → -12. What is the final value?

Show answer

Answer: 9

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