We can use any of the following methods to find how many times the graph intersects the x-axis.
Let's use the Quadratic Formula and the completing the square for this problem.
Quadratic formula
To use the , we have to equate
y with
0.
y=5x2+7x−6
0=5x2+7x−6
x=10-7±13
x=-20/10x=6/10
x1=-2x2=0.6
Completing the Square
Given the solutions from the Quadratic Formula, we should not use the zero product property as the zeroes are not integers. Instead we will complete the square. To complete the square, we equate
y with
0 and then rewrite it in the following format.
x2+bx=c
Let's start by doing this.
y=5x2+7x−6
0=5x2+7x−6
5x2+7x−6=0
5x2+7x=6
x2+1.4x=1.2
Next we will rewrite the left-hand side so that it can be written as a square. To do that, we have to add the square of half the coefficient to
x, which is
(21.4)2=0.72, to both sides of the equation. This is called completing the square.
x2+1.4x=1.2
x2+1.4x+0.72=1.2+0.72
x2+2(0.7)x+(0.7)2=1.2+(0.7)2
(x+0.7)2=1.2+(0.7)2
(x+0.7)2=1.2+0.49
(x+0.7)2=1.69
x+0.7=±1.3
x=±1.3−0.7
x1=-2x2=0.6
Both methods gives the same answer.