Concept:The Remainder Theorem states that when a polynomial f(x) is divided by (x−a), the remainder is f(a).Explanation:Here, f(x)=5x3+2x2−7x−5 and the divisor is (x−2). So, put x=2.Evaluate f(2):f(2)=5(2)3+2(2)2−7(2)−5=5(8)+2(4)−14−5=40+8−14−5=48−19=29Therefore, the remainder when the polynomial is divided by (x−2) is 29.Answer:C. 29