[
  "First find how old Patricia is now (she was p years old 3 years ago).",
  "Sister is 2 years younger, so subtract 2 from Patricia's current age.",
  "Sister's age = (p + 3) - 2 = p + 1."
]