SOLUTION: solve the quadratic equation below using the appropriate method. Show your work or solution. x ^ 2 - 2x - 8 = 0

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: solve the quadratic equation below using the appropriate method. Show your work or solution. x ^ 2 - 2x - 8 = 0      Log On


   



Question 1184612: solve the quadratic equation below using the appropriate method. Show your work or solution.
x ^ 2 - 2x - 8 = 0

Found 2 solutions by Theo, greenestamps:
Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
(x-4) * (x+2) = 0 gives you the same zero points at x^2 - 2x - 8 = 0

here's a reference on how to solve quadratic equations.

https://www.purplemath.com/modules/solvquad6.htm

Answer by greenestamps(13198) About Me  (Show Source):
You can put this solution on YOUR website!


The reference provided by the other tutor is, in my opinion, not a particularly good one. It shows SOLVING several example quadratic equations; but it doesn't provide much explanation on HOW TO SOLVE them.

The instructions for this problem say to solve using "the appropriate method".

It is unclear what "the appropriate" method is; different students will use different methods.

You can ALWAYS solve a quadratic equation using the quadratic formula. However, the probable intent of this problem is to provide practice in solving by factoring.

So let's take a look at what is involved in solving by factoring.

We want to factor x^2-2x-8 into the form (x+a)(x+b) where a and b are integers.

%28x%2Ba%29%28x%2Bb%29=x%5E2%2Bax%2Bbx%2Bab+=+x%5E2%2B%28a%2Bb%29x%2B%28ab%29+=+x%5E2-2x-8

We see that our two numbers a and b have to be such that
(1) their sum a+b is -2; and
(2) their product ab is -8

Clearly the product ab=-8 means one of the numbers is positive and one negative. Then playing around with possible values of a and b to give a product of -8 and a sum of -2 gives us -4 and 2 as the two numbers. So the factorization is

x%5E2-2x-8=%28x-4%29%28x%2B2%29