Correct option is C
Given:f(x)=x100−2x51+1Divisor=x2−1Concept Used:Remainder theorem for quadratic divisorFormula Used:If f(x) is divided by (x2−1),then remainder =ax+bwhere x2−1=0=>x=1,−1Solution:Let remainder =ax+bf(1)=a(1)+bf(−1)=a(−1)+bCompute f(1):f(1)=1100−2(1)51+1=1−2+1=0=>a+b=0(1)Compute f(−1):f(−1)=(−1)100−2(−1)51+1=1−2(−1)+1=1+2+1=4=>−a+b=4(2)Solve (1) and (2):a+b=0−a+b=4Subtract (1) from (2):−2a=4a=−2b=2Remainder=ax+b=−2x+2Final Answer:−2x+2