SOLUTION: I have a question about quadratic equation. I know if you need to square a negative number then it will be that number with an I at the end but we haven't learned that yet so I'm n

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: I have a question about quadratic equation. I know if you need to square a negative number then it will be that number with an I at the end but we haven't learned that yet so I'm n      Log On


   



Question 729502: I have a question about quadratic equation. I know if you need to square a negative number then it will be that number with an I at the end but we haven't learned that yet so I'm not sure if I'm doing the problem right. Here's what I'm doing:
4x^2-6x+2=0
6 plus or minus square root of (-6^2-4(4)(2)over 2(4)
6 plus or minus square root of (-36-72) over 8
6 plus of minus square root of (-108) over 8
Can you tell me what I am doing wrong? Or would the problem be considered non solvable?

Found 2 solutions by ankor@dixie-net.com, KMST:
Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
4x^2-6x+2=0
This equation can be factored
Factor out 2 first
2(2x^2 - 3x + 1) = 0
Factor what's left
(2x - 1)(x - 1) = 0
Two solutions
2x = 1
x = 1/2
and
x = 1

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
You tried to use
x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+ ,
the quadratic formula.
That cumbersome formula always works, but I only use it if I have to.
When you apply it properly, you get
x+=+%28-%28-6%29+%2B-+sqrt%28%28-6%29%5E2-4%2A4%2A2+%29%29%2F%282%2A4%29+ , which simplifies to
x+=+%286+%2B-+sqrt%2836-32+%29%29%2F8+
You had two errors:
%28-6%29%5E2=%28-6%29%28-6%29=36 Products of two negative numbers are positive, so all squares are always positive
4%2A4%2A2=16%2A2=32 I really do not know where your 72 came from.
So,
x+=+%286+%2B-+sqrt%2836-32+%29%29%2F8+ --> x+=+%286+%2B-+sqrt%284%29%29%2F8+ --> x+=+%286+%2B-+2%29%2F8+
That gives you solutions
x=%286-2%29%2F8=4%2F8=1%2F2 and x=%286%2B2%29%2F8=8%2F8=1 .

NOTES:
Alternate ways to solve the problem are factoring, and completing the square.
You could have chosen to simplify the problem first and solve it by factoring, as ankor showed you better than what I was typing.
Factoring does not always work, and completing the square is not always easy.
However, the alternate ways do not require to memorize a formula, and sometimes they are much easier than applying the quadratic formula.

Factoring:
I had typed my wordy explanation, but ankor did it better.

Completing the square:
%282x-3%2F2%29%5E2=%282x%29%5E2-2%282x%29%283%2F2%29%2B%283%2F2%29%5E2=4x%5E2-3x%2B9%2F4 shares all the same terms in x as 4x%5E2-6x%2B2
4x%5E2-6x%2B2=0 --> 4x%5E2-6x=-2
Adding 9%2F16 to both sides of the equal sign, we get a "completed" square on the left side:
4x%5E2-6x%2B9%2F16=-2%2B9%2F4 --> 4x%5E2-6x%2B9%2F16=1%2F4 --> %282x-3%2F2%29%5E2=1%2F4
Since %281%2F2%29%5E2=1%2F4 and %28-1%2F2%29%5E2=1%2F4 it could be that
2x-3%2F2=1%2F2 or that 2x-3%2F2=-1%2F2 and each of those equations leads us to a solution.