Perform the indicated operation and if possible simplify x/5 * y/z

Multiply numerator by numerator, and denominator by denominator:

x/5 * y/z
= (x*y) / (5*z)
= xy / (5z)

I guess that's it. `u`