[
  "Find each group: boys = z, adults = 3z, girls = z + 23.",
  "Add them together: z + 3z + (z + 23).",
  "Combine like terms: z + 3z + z = 5z, then + 23."
]