[
  "First find Pauline's age now (add 3 to p).",
  "Mum is 26 years older, so add 26 to Pauline's current age.",
  "Mum's age now = (p + 3) + 26 = p + 29."
]