If I have the following Elliptic Curve:
$$E: y^2 \equiv x^3 + 2x + 2 \pmod{17}$$
How can I calculate the number of points on this elliptic curve $E$ ?
and how can I invest the following law which calculates the Number of Points on an Elliptic curve NPE:
$$NPE=1+p+\sum_{x=1}^{p-1} \frac{f(x)}{p}$$