If the polynomial
\[
P(x)=a_0+a_1x+a_2\,x(x-1)+a_3\,x(x-1)(x-2)
\]
interpolates the points $(0,2)$, $(1,3)$, $(2,2)$, and $(3,5)$, then the value of $P\!\left(\tfrac{5}{2}\right)$ is ____________ (round off to 2 decimal places).
Show Hint
This is the Newton interpolation form with nodes $0,1,2,3$. The coefficients $a_0,a_1,a_2,a_3$ are the successive divided differences; here they’re read off directly by plugging $x=0,1,2,3$.