Please help? 2

enter image source here

3 Answers
Jan 18, 2018

See below

Explanation:

The quadratic formula is x=(-b+-sqrtD)/(2a)x=b±D2a
Here D = b^2 - 4acD=b24ac
Only to need to put the values in the formula.
a = 6
b = 5
c = -6

x = [-5+-sqrt (5^2-4(6)(-6))]/(2*6)x=5±524(6)(6)26
x = [-5+-sqrt(25 + 144)]/12x=5±25+14412
x = [-5+-sqrt169]/12x=5±16912
x = [-5+-(13)]/12x=5±(13)12
So x is either,
(-5-13)/1251312
=-18/121812
=-3/232
Or
(-5+13)/125+1312
=8/12812
=2/323
Hope it helps you

Jan 18, 2018

See explanation.

Explanation:

1) f(x)=6x^2+5x-6f(x)=6x2+5x6
=6x^2+9x-4x-6=6x2+9x4x6
=3x(2x+3)-2(2x+3)=3x(2x+3)2(2x+3)
=(2x+3)(3x-2)=(2x+3)(3x2)

That's it for part1

2)
f(x)=(-b+- sqrt(b^2-4ac))/(2a)f(x)=b±b24ac2a
Here, a=6, b=5, c=-6
Plugging in the values, the roots of the equation will be:
(-5+- sqrt(5^2-4*6*(-6)))/(2*65±5246(6)26
Simplify the equation, and the roots will be
(-5+- sqrt169)/125±16912
=(-5+sqrt169)/12 or (-5-sqrt169)/12=5+16912or516912
=(-5+13)/12 or (-5-13)/12=5+1312or51312
=8/12 or -18/12=812or1812
=2/3 or -3/2=23or32

therefore, the equation will be:

(x-2/3)(x+3/2)=0(x23)(x+32)=0

Thus, your final equation will be:
(2x+3)(3x-2)(2x+3)(3x2)

Thanks.Thanks.
Hope you got it.

Jan 18, 2018

Factoring Method

color(blue)(f(x) = 6x^2+5x-6=(3x-2)(2x+3)f(x)=6x2+5x6=(3x2)(2x+3)

Quadratic Formula

color(blue)(x = 2/3, x= -3/2x=23,x=32

Explanation:

Given:

color(green)(f(x) = 6x^2+5x-6f(x)=6x2+5x6

The Standard Form of a Quadratic Equation:

color(red)(y = f(x) = ax^2+bx+c = 0y=f(x)=ax2+bx+c=0

From our problem:

a = 6; b = 5; and c = -6a=6;b=5;andc=6

color(brown)(Method.1)" "Method.1 Factoring Method

Using the Standard Form

y = f(x) = ax^2+bx+cy=f(x)=ax2+bx+c

we find color(blue)uu and color(blue)vv such that

color(green)(u *v = a*c and u + v = buv=acandu+v=b

Then we need to group them as shown below:

ax^2 + ux + vx + cax2+ux+vx+c

We have

color(green)(f(x) = 6x^2+5x-6=0f(x)=6x2+5x6=0

we find color(blue)uu and color(blue)vv as:

color(green)(u = [-4] and v = [9]u=[4]andv=[9]

So, the middle term color(blue)(5x)5x can be written as color(blue)([-4x+9x][4x+9x]

We can now write our f(x)f(x) as

color(green)(f(x) = 6x^2-4x+9x-6=0f(x)=6x24x+9x6=0

rArr 6x^2-4x+9x-6=06x24x+9x6=0

rArr 2x(3x-2)+3(3x-2)=02x(3x2)+3(3x2)=0

rArr (3x-2)(2x+3)=0(3x2)(2x+3)=0

We get

(3x-2) = 0, (2x+3) = 0(3x2)=0,(2x+3)=0

3x-2 rArr 3x = 23x23x=2 hence x= 2/3x=23

2x+3 = 0 rArr 2x = -32x+3=02x=3 hence x = -3/2x=32

Hence, color(blue)(x=2/3, x = -3/2)x=23,x=32

color(brown)(Method.2)" "Method.2 Using Quadratic Formula

Quadratic Formula is given by

color(blue)(x = [-b +- sqrt(b^2 - 4ac)]/(2a)x=b±b24ac2a

From our problem:

a = 6; b = 5; and c = -6a=6;b=5;andc=6

Substituting these values of a,b and ca,bandc in our formula

x = (-5+-sqrt(5^2 - 4*6*(-6)))/(2*6)x=5±5246(6)26

rArr (-5+- sqrt(25+144))/125±25+14412

rArr (-5+- sqrt(169))/125±16912

rArr (-5+- 13)/125±1312

Hence,

x = (-5+13)/12, x = (-5-13)/12x=5+1312,x=51312

x = 8/12, x = -18/12x=812,x=1812

x = 2/3, x = -3/2x=23,x=32

Hence, color(blue)(x=2/3, x = -3/2)x=23,x=32

We can observe that both the methods yield the same values for xx

Hope you find this solution helpful.