Question 624568
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Use the substitution method to solve the system
 y=x^2
 y= 7x- 6
x^2 = 7x-6
x^2 - 7x + 6 = 0
(x -6)(x - 1) = 0
  x = 6  or x = 1, Pts of Intersection will be (1,1) and (6,36)
{{{drawing(300,300,   -6, 10, -6, 40,   grid(1),

graph( 300, 300, -6, 10, -6, 40,0,x^2,7x-6))}}}