[
  "Add all 7 temperatures and divide by 7 to get the weekly average.",
  "Count how many individual days are above that average.",
  "Percentage = (count / 7) x 100%."
]