[
  "Apply the 25% discount first: $120 * 0.75 = $90.",
  "Then apply the additional 20% member discount: $90 * 0.80 = $72.",
  "Overall percentage saved = (120 - 72) / 120 * 100% = 40%."
]