Question 347539
:
How do you graph x=x2 using certain points?
:
rewrite it to:
x^2 - x = 0
x(x - 1)= 0
Two solutions
x = 0
and 
x = 1
:
Graph
y = x^2 - x
:
points to graph
 x | y
------
-2 | 6
-1 | 2
 0 | 0
+.5|-.25
+1 | 0
+2 | 2
+3 | 6
:
The graph
{{{ graph( 300, 200, -5, 5, -4, 10, x^2-x) }}}