Let $X_1,X_2$ be iid uniform ($\theta,\theta+1$). For testing $H_0:\theta=0$ versus $H_1:\theta>0$, we have two competing tests:
$$\phi_1(X_1): \text{Reject H}_0 \text{ if }X_1>.95,$$
$$\phi_2(X_1,X_2): \text{Reject H}_0 \text{ if }X_1+X_2>C.$$
Find the value of $C$ so that $\phi_2$ has the same size as $\phi_1$.
Attempt:
Size for $\phi_1$ is $\alpha_1 = P(X_1 > .95\mid\theta=0)=.05$. This is easy, since under $H_0$, we have a uniform (0,1) distribution.
Size for $\phi_2$ is $\alpha_2 = P(X_1 +X_2 > C\mid\theta=0)=.05$ I don't know how to solve this probability (integral). I will appreciate detailed steps.