The critical region is \( \{ x \in \mathbb{R} : x<0.5 \} \), meaning we reject \( H_0 \) if \( x<0.5 \).
- The level \( \alpha \) is the probability of rejecting \( H_0 \) when \( H_0 \) is true. This is \( P(X<0.5 | \theta = 1) \). For \( \theta = 1 \), the CDF is:
\[
F(x) = 1 - (1 - x)^\theta
\]
Substituting \( \theta = 1 \):
\[
F(x) = 1 - (1 - x)
\]
Thus,
\[
P(X<0.5 | \theta = 1) = F(0.5) = 1 - (1 - 0.5) = 0.5
\]
Therefore, \( \alpha = 0.5 \).
- The power \( \beta \) is the probability of rejecting \( H_0 \) when \( H_1 \) is true. This is \( P(X<0.5 | \theta = 2) \). For \( \theta = 2 \), the CDF is:
\[
F(x) = 1 - (1 - x)^2
\]
Thus,
\[
P(X<0.5 | \theta = 2) = F(0.5) = 1 - (1 - 0.5)^2 = 1 - 0.25 = 0.75
\]
Therefore, the power \( \beta = 0.75 \).
Thus, \( \alpha + \beta = 0.5 + 0.75 = 1.20 \).