easy Set 19 Form Exercise

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

Show answer

Answer: 49

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 2

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