﻿[
  "Perform long division of 53 by 8. Add decimal places to handle the remainder.",
  "53 / 8 = 6 r5. Bring down 0: 50/8 = 6 r2. Bring down 0: 20/8 = 2 r4. Bring down 0: 40/8 = 5.",
  "The quotient is 6.625 -- three decimal places are needed."
]