easy Set 50 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 93

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 23

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