[
  "Discount = Discount percentage * Original price. 25% means 25/100 = 1/4 of the price.",
  "Original price = $308. So discount = (25/100) * 308.",
  "25% of 308 = 308/4 = 77. The discount is $77."
]