Find a polynomial over the integers modulo 101 of lowest degree that goes through the points $(1,3),(2,51),(4,78),(7,23)$ by defining a generic polynomial
$$
p(x)=a+b x+c x^2+d x^3
$$
solving the system
$$
p(1)=3, p(2)=51, p(4)=78, p(7)=23
$$
for the unknown coefficients $\{a, b, c, d\}$ and reducing the coefficients modulo 101 .