[
  "To convert 24-hour to 12-hour: if the time is 1200 or greater, it is p.m. Subtract 12 from the hours.",
  "1350 is greater than 1200, so it is p.m. Hours = 13 - 12 = 1, minutes = 50. So 1350 = 1.50 p.m.",
  "Answer: 1.50 p.m. (option A)."
]