Concept:For a quadratic with real coefficients, non-real complex roots occur in conjugate pairs. The sum of the roots is real, and the discriminant must be negative. Given that the real part of each root is 1, we can deduce the sum and then the condition on β.Explanation:Let the two distinct non-real roots be 1+iy and 1−iy, where y=0 and y is real.The sum of the roots is (1+iy)+(1−iy)=2.For the quadratic z2+αz+β=0, the sum of roots is −α. Thus −α=2, so α=−2.The product of the roots is (1+iy)(1−iy)=1+y2=β.Since y2>0 (roots are distinct and non-real), we have β>1.Alternatively, using discriminant: for non-real roots, discriminant D=α2−4β<0. Substituting α=−2 gives 4−4β<0, so β>1.Therefore β must lie in the interval (1,∞).Answer:β∈(1,∞)