$X$ and $Y$ have a bivariate normal distribution with $\sigma_X$= 5 mL, $\sigma_Y$= 2 mL, $\mu_X$= 120 mL, $\mu_Y$= 100 mL, and $\rho$ = 0.6.
How do I find the covariance of $X$ and $Y$? I know the formula is $E(XY)-\mu_X\mu_Y$ but I'm not sure how to use it in this problem.
It looks like you are given the correlation $\rho$ of the two random variables $X$ and $Y$. There is a formula connecting the correlation to the covariance, and it is
$$\rho(X,Y) = \frac{\text{Cov}(X,Y)}{\sigma_X\sigma_Y}.$$
Do you see what to do from here?