easy Set 25 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 3

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