easy Set 21 Form Exercise

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

Show answer

Answer: 34

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 240

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