Concept:For an odd value of n, an+bn is divisible by a+b.Hence, the remainder when x17+1 is divided by x+1 is 0.Explanation:The dividend is x17+1 and the divisor is x+1.Write 1 as 117, so the expression becomes x17+117.Since 17 is odd, x17+117 is completely divisible by x+1.So, the remainder is 0.Answer:Remainder =0.Correct option: C. 0.