easy Set 72 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 20

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

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

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