The basic approach is as follows. Take the expression for $Z_t$, and find its expectation with respect to the "unfixed" variables $(Y_t)$ while holding the "fixed" variables $(X_t)$ constant:
$\mathbb{E}[Z_t|X_t] = \mathbb{E}[X_t + Y_t + Y_tX_t | X_t]$
As the expectation of a sum is the sum of the expectations, we get:
$\mathbb{E}[X_t + Y_t + Y_tX_t | X_t] = \mathbb{E}[X_t|X_t] + \mathbb{E}[Y_t|X_t] + \mathbb{E}[Y_tX_t|X_t]$
and, as I'm sure you know, $\mathbb{E}[X_t|X_t] = X_t$ and $\mathbb{E}[Y_tX_t|X_t] = X_t\mathbb{E}[Y_t|X_t]$.
Given your covariance matrix, you should be able to write out $\mathbb{E}[Y_t|X_t]$ in terms of $X_t$, plug it in, and there you are.
The conditional variance of $Z_t|X_t$ can be found in a similar manner by expanding the square and taking expectations of the result.
However, your professor provided you with something of a shortcut, hidden inside the covariance matrix of $(X_t,Y_t)$. Unfortunately, I don't know enough about what your class has covered (except that it's late in the term) to know how to hint at it w/o giving it away. Hence my comment about the determinant of the covariance matrix above. It implies something about the relationship between $X_t$ and $Y_t$, which you can figure out in other ways as well. No worries if you haven't covered determinants, the problem is straightforward enough the obvious way, once you get the hang of it.