[
  "30% failed the first exam. Of those, 20% failed the second exam too.",
  "So 0.30 * 0.20 = 0.06 = 6% of total students failed both exams.",
  "6% = 54, so total = 54 / 0.06 = 900 students."
]