[
  "Write the cost of each item: blouse = $e, shoes = $e + $8.",
  "Add them together: e + (e + 8).",
  "Combine like terms: e + e + 8 = 2e + 8."
]