Question 372615
<pre><font size = 3 color = "indigo"><b>
Hi,
coordinates of the x-intercepts
6x^2 - 7x + 2 = 0
{{{x = (-b +- sqrt( b^2-4*a*c ))/(2*a) }}}
{{{x = (7 +- sqrt(1))/(12) }}}
{{{x = (7 +- 1)/(12) }}}
x = 8/12 = 2/3
x = 6/12 = 1/2
coordinates of the x-intercepts (2/3,0) and (1/2,0)

{{{drawing(300,300, -6, 6, -6, 6,grid(1),
circle(2/3, 0,0.2),
circle(1/2, 0,0.2),
graph( 300, 300, -6, 6, -6, 6,6x^2 - 7x + 2 ))}}}