[
  "Identify every month where the balance went up from the previous month.",
  "For each such month, savings = increase; % saved = (savings / 800) x 100%.",
  "Average = sum of those percentages / number of increase months."
]