Question 1197265
<pre><font face = "consolas" color = "indigo" size = 3><b>
Hi
Determine the coordinates of the point(s) of intersectio
y = x^2-7x+15 and y = 2x-5.
 x^2-7x+15  = 2x-5
 x^2 - 9x + 20 = 0   | Factor
(x - 4)(x - 5) = 0 
  x = 4  0r x = 5
And
y = 3  0r y = 5      |  Substitute value of x into y = 2x-5
point(s) of intersection:  P(4,3)and P(5,5)
Graphing 
x^2-7x+15  Green
y = 2x-5   Blue
{{{drawing(300,300,  -6, 6, -6, 6,  grid(1),
circle(4, 3,0.2),
circle(5, 5,0.2),
graph( 300, 300,   -6, 6, -6, 6,0, x^2 - 7x + 15, 2x - 5))}}}
Wish You the Best in your Studies.
</font></b></pre>