QUESTION: Suppose $P(x)$ is a polynomial of degree $n$ such that $P(k)=\frac{k}{k+1}$ for $k=0,1,2,.....,n$. Find the value of $P(n+1)$.
MY APPROACH: At first, this question seemed simple to me.. By putting values of $k$ we can easily get values of $P(0),P(1),....$ and so on. Since, $P(0)=0$ therefore we can say that the constant part of the polynomial is zero. Now,I have assumed the polynomial to be $P(x)=x^n+a_{n-1}x^{n-1}+.....+a_1x+a_0$ But from here things start to mess up.. I am sure this method won't work.. how do I think about it?
Please help me out. Thank you.