Let $X_1,X_2,\ldots,X_n\,, n > 2$ be a random sample from the binomial distribution $b(1, \theta)$.
I have shown $$Y_1 = X_1 + X_2 + \cdots + X_n$$ is a complete sufficient statistic for $\theta$ and $$Y_2 = \frac{X_1 + X_2}{2}$$ is unbiased estimator of $\theta$.
The question ask also to find $$E(Y_2\mid Y_1 = y_1)$$
So I am thinking to find the conditional distribution then find the expectation.
\begin{align} P(Y_2=y_2\mid Y_1=y_1)&=\frac{P(Y_2=y_2,Y_1=y_1)}{P(Y_1=y_1)} \\\\&=\frac{P(Y_2=y_2)P(Y_1-Y_2=y_1-y_2)}{P(Y_1=y_1)} \end{align}
But I do not know the distribution of $Y_2 = (X_1 + X_2)/2$.
The question from Introduction to Mathematical Statistics Hogg 7ed page 401 problem 11.
$P(Y_2 = y_2) = P(X_1 + X_2 = 2 y_2) = \binom{2}{2y_2} \theta^{2 y_2} (1-\theta)^{2 - 2y_2}$ for $y_2 \in \{0, 1/2, 1\}$.