Concept:When dividing a polynomial P(x) by another polynomial D(x), the remainder R(x) must have degree less than that of D(x). Here D(x)=x2+1 (degree 2), so remainder is of the form ax+b.Explanation:Let x6=(x2+1)Q(x)+(ax+b). Set x2=−1 (since x2+1=0). Then x6=(x2)3=(−1)3=−1.Substitute into the equation: −1=(0)Q(x)+ax+b for any x satisfying x2=−1.Taking x=i (the imaginary unit), we get −1=ai+b. Comparing real and imaginary parts: b=−1, a=0.Thus remainder is 0⋅x+(−1)=−1.Answer:−1 (Option A)