Question 700189
f(x)=x squared-6x+5
{{{ graph( 300, 200, -6, 10, -10, 10, x^2 -6x +5) }}}
This graph was created using the statement that follows:
graph( 300, 200, -6, 10, -10, 10, x^2 -6x +5)
You can create this curve by plotting the x,y points by solving the equation:
y=X^2-6X+5.
JUST REPLACE X BY 1,2,3,4 ETC. & PLOT THE X,Y VALUES.