SOLUTION: How do I solve for x in these equations? -7=x^2-8x 10=2x^2+5x+13

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equation Customizable Word Problems -> SOLUTION: How do I solve for x in these equations? -7=x^2-8x 10=2x^2+5x+13      Log On


   



Question 531695: How do I solve for x in these equations?
-7=x^2-8x
10=2x^2+5x+13

Found 2 solutions by oberobic, KMST:
Answer by oberobic(2304) About Me  (Show Source):
You can put this solution on YOUR website!
-7=x^2-8x
x^2-8x=-7
x^2-8x +7 = 0
(x-1)(x-7) = 0
x = 1 or 7
+graph%28500%2C500%2C-10%2C10%2C-10%2C10%2Cx%5E2-8%2Ax%2B7%29+
.
10 = 2x^2+5x+13
2x^2+5x+13=10
2x^2 +5x +3 = 0
(2x+3)(x+1) = 0
x = -1 or -3/2
+graph%28500%2C500%2C-3%2C3%2C-3%2C3%2C2%2Ax%5E2%2B5%2Ax%2B3%29+

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
In certain cases, you may ''see'' the solution, but there are 3 general strategies to solve quadratic equations: factoring, completing the square, and using the quadratic formula.
Factoring works often (but not always) for classroom problems.
For example,
-7=x%5E2-8x
can be written as
x%5E2-8x%2B7=0
and since we can factor that quadratic trinomial as
x%5E2-8x%2B7=%28x-1%29%28x-7%29
the equation is equivalent to
%28x-1%29%28x-7%29=0,
and the product is zero when and only when one of the factors is zero, for
x=1 or x=7, the solutions of the equation.
Another way of solving the equation would be "completing the square" (adding a number to both sides to make the one with the x into a perfect square).
x%5E2-8x%2B16=%28x-4%29%5E2
so adding 16 to both sides of the first equation, you have
-7%2B16=x%5E2-8x%2B16 which is equivalent to
9=%28x-4%29%5E2
so x=4+%2B-+sqrt%289%29 or x=4+%2B-+3
The same approach applied to a generic quadratic equation
ax%5E2%2Bbx%2Bc=0 leads to the quadratic formula
x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
As long as you can remember it (or read it), and you can apply it correctly, the quadratic formula will solve any quadratic equation. What I mean is that it will tell you the real solutions, if there is one or two of those, and it will tell you that there are no real solutions if there are none. If the expression under the square root (called the discriminant) is negative, there will be no real solutions.
For the second equation, i would transform it into
2x%5E2%2B5x%2B3=0 and then I would apply the quadratic formula, because in that case factoring is not that easy, and neither is completing the square.