Question 583480
<pre>
Make a table of points by choosing values for the x-coordinate.
Then substitute each into the equation y=x²-4 to find the value
for the y-coordinate:
 

 x  y=x²-4  point
-4    12    (-4,12)
-3     5    (-3,5)
-2     0    (-2,0)
-1    -3    (-1,-3)
 0    -4    (-0,-4)
 1    -3    (1,-3)
 2     0    (2,0)
 3     5    (3,5)
 4    12    (4,12)

Plot all those points:

{{{drawing(2000/9,400,-5,5,-5,13, graph(2000/9,400,-5,5,-5,13),

circle(-4,12,.1),
circle(-3,5,.1),
circle(-2,0,.1),
circle(-1,-3,.1),
circle(0,-4,.1),
circle(1,-3,.1),
circle(2,0,.1),
circle(3,5,.1),
circle(4,12,.1) )}}}  

Sketch in the graph:

{{{drawing(2000/9,400,-5,5,-5,13, graph(2000/9,400,-5,5,-5,13,x^2-4),

circle(-4,12,.1),
circle(-3,5,.1),
circle(-2,0,.1),
circle(-1,-3,.1),
circle(0,-4,.1),
circle(1,-3,.1),
circle(2,0,.1),
circle(3,5,.1),
circle(4,12,.1) )}}}  

Edwin</pre>