[
  "First find the discount amount: Original price - Sale price = $120 - $72 = $48.",
  "Percentage discount = (Discount / Original price) * 100%.",
  "(48/120)*100% = 0.4*100% = 40%. A 40% discount was given."
]