easy Set 25 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 9

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

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

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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