[
  "35% failed the first exam. Of those, 80% passed the retest, and 20% (of the 35%) failed again.",
  "So 0.35 * 0.20 = 0.07 = 7% of the total failed both exams.",
  "7% = 28 students, so total = 28 / 0.07 = 400."
]