SOLUTION: if my coordinates are y=x^2 and y=2x how do i solve and plot this

Algebra ->  Coordinate-system -> SOLUTION: if my coordinates are y=x^2 and y=2x how do i solve and plot this      Log On


   



Question 144009: if my coordinates are y=x^2 and y=2x how do i solve and plot this
Answer by checkley77(12844) About Me  (Show Source):
You can put this solution on YOUR website!
Y=X^2 (RED LINE)
Y=2X (GREEN LINE)
+graph%28+300%2C+200%2C+-6%2C+5%2C+-10%2C+10%2C+x%5E2%2C+2x+%29+ (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions x^2 and 2x).
ANSWERS:(0,0) & (2,4)