[
  "Let boys = 2u, girls = 3u. Let x = number of each that left.",
  "The 14 remaining = (2u-x) + (3u-x) = 5u - 2x.",
  "Total who left = 2x. Set up and solve for u and x."
]