SOLUTION: How do you solve 5x squared plus 16x minus 84 equals 0 using the quadratic equation How do you solve 4x squared minus 12x plus 9 equals 0 using the quadratic equation

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: How do you solve 5x squared plus 16x minus 84 equals 0 using the quadratic equation How do you solve 4x squared minus 12x plus 9 equals 0 using the quadratic equation      Log On


   



Question 607617: How do you solve 5x squared plus 16x minus 84 equals 0 using the quadratic equation
How do you solve 4x squared minus 12x plus 9 equals 0 using the quadratic equation

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
There are other ways to solve a quadratic equation, but using the quadratic formula always works if you are careful in doing your calculations.

SOLVING QUADRATIC EQUATIONS USING THE QUADRATIC FORMULA:
A quadratic equation is an equation of the form
ax%5E2%2Bbx%2Bc=0 where the coefficients b, and c are any number and a is not zero.
Its solutions are given by the quadratic formula:
x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
To solve a quadratic equation by using the quadratic formula, you need to determine the values for a, b, and c in the equation you are solving. You then plug those values into the formula, and calculate very carefully.

FOR 5x%5E2%2B16x-84=0, a=5, b=16, and c=-84,
so
The answers are
x=%28-16%2B44%29%2F10=28%2F10=highlight%2814%2F5%29 and x=%28-16-44%29%2F10=-60%2F10=highlight%28-6%29

FOR 4x%5E2-12x%2B9=0, a=4, b=-12, and c=9,
so
The one and only answer is
highlight%28x=3%2F2%29

THE OTHER WAYS TO SOLVE THOSE EQUATIONS:
Factoring, with some work, we get 5x%5E2%2B16x-84=%285x-14%29%28x%2B6%29 ,
so the equation 5x%5E2%2B16x-84=0 turns into
%285x-14%29%28x%2B6%29=0 with solutions when 5x-14=0 --> x=14%2F5
and when x%2B6=0 --> x=-6

The factoring is much easier for 4x%5E2-12x%2B9=0, because it is obvious that 4x%5E2-12x%2B9=%282x-3%29%5E2 . It's the square of a binomial, one of the special products you are taught about in polynomials.
The only solution for %282x-3%29%5E2=0 is the value for x that makes
2x-3=0 --> 2x-3=0 --> 2x=3 --> x=3%2F2.

FACTORING 5x%5E2%2B16x-84 :
If it can be factored, it will be
5x%5E2%2B16x-84=%285x%2Bd%29%28x%2Bf%29=5x%5E2%2B%28d%2B5f%29x%2Bdf%29 so we know that:
df=-84 so d and f have different signs, and
two factors (one positive and one negative) whose product is 5%2Adf=-420=5%2A%28-84%29=%28d%29%2A%285f%29 will be such that d%2B5f=16
There are many pairs of factors to 420 (we can worry about the signs later):
420=(1)(420)=(2)(210)=(3)(140)=(4)(105)=(5)(84)=(6)(70)=(7)(60)=(10)(42)=(12)(35)=(14)(30)=(15)(28)=(20)(21),
but the only pair that adds up to 16 (we consider sign now) is 30 and -14 (30-14=16).
So, before collecting like term, the product could have been
5x%5E2%2B30x-14x-84 and that is easier to factor by grouping, as follows:
5x%5E2%2B30x-14x-84=5x%28x%2B6%29-14%28x%2B6%29=%285x-14%29%28x%2B6%29