How do you use the quadratic formula to find both solutions to the quadratic equation x^2+3x-4=0x2+3x4=0?

2 Answers
Jun 29, 2015

By replacing the variable coefficients in the general quadratic formual with the coefficients for the terms in the given equation we can get x=1x=1 or x=-4x=4

Explanation:

For an equation in the form:
color(white)("XXXX")XXXXax^2+bx+c=0ax2+bx+c=0
the quadratic formula gives the solutions as
color(white)("XXXX")XXXXx= (-b+-sqrt(b^2-4ac))/(2a)x=b±b24ac2a

x^2+3x-4 = 0x2+3x4=0 is in this form with
color(white)("XXXX")XXXXa=1a=1
color(white)("XXXX")XXXXb=3b=3 and
color(white)("XXXX")XXXXc=(-4)c=(4)

Replacing a, b, and ca,b,andc in the quadratic formula, we get
color(white)("XXXX")XXXXx=(-3+-sqrt(3^2-4(1)(-4)))/(2(1))x=3±324(1)(4)2(1)

color(white)("XXXX")XXXXx= (-3+-sqrt(9+16))/2x=3±9+162

color(white)("XXXX")XXXXx=(-3+-5)/2x=3±52

color(white)("XXXX")XXXXx = 2/2x=22 or x= (-8)/2x=82

x=1x=1 or x=-4x=4

Jun 29, 2015

x_1=-4x1=4
x_2=1x2=1

Explanation:

Having the equation x^2+3x−4=0x2+3x4=0, we find the Delta_x:
Delta_x=3^2-4*1*(-4)=9+16=25

Now we find x_1 and x_2 with the quadratic formula .

x_"1,2"=(-3+-sqrt(Delta_x))/(2*1)=(-3+-5)/2.

The two solutions are:

x_1=(-3-5)/2=-4

x_2=(-3+5)/2=1.