SOLUTION: How would you solve this equation? a^2-3=2a

Algebra ->  Equations -> SOLUTION: How would you solve this equation? a^2-3=2a      Log On


   



Question 124943: How would you solve this equation?
a^2-3=2a

Found 3 solutions by jim_thompson5910, stanbon, bucky:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

a%5E2-3=2a Start with the given equation


a%5E2-3-2a=0 Subtract 2a from both sides.


a%5E2-2a-3=0 Rearrange the terms

%28a-3%29%28a%2B1%29=0 Factor the left side (note: if you need help with factoring, check out this solver)



Now set each factor equal to zero:
a-3=0 or a%2B1=0

a=3 or a=-1 Now solve for a in each case


So our answer is
a=3 or a=-1


Notice if we graph y=x%5E2-2x-3 (just replace a with x) we can see that the roots are x=3 and x=-1 . So this visually verifies our answer.


+graph%28500%2C500%2C-10%2C10%2C-10%2C10%2C0%2C+x%5E2-2x-3%29+

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
solve this equation
a^2-3=2a
------------
a^2-2a-3 = 0
Factor to get:
(a-3)(a+1) = 0
a-3 =0 or a+1=0
a = 3 of a = -1
=================
Cheers,
Stan H.

Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
Given:
.
a^2 - 3 = 2a
.
To solve this, begin by getting it into a standard quadratic form in which the right side
of the equation equals zero. To do this you just need to subtract 2a from both sides of
the equation. This subtraction makes the equation become:
.
a^2 - 2a - 3 = 0
.
The left side of this equation can be factored into two binomials. When you factor the left side
the equation is transformed to:
.
(a - 3)(a + 1) = 0
.
[Notice that if you multiply out the two binomials factors on the left side you get back to
a^2 - 2a - 3 = 0]
.
This equation will be true if either of the two binomial factors is equal to zero because
multiplying the two factors (when one of them is zero) will make the entire left side of the
equation be equal to zero and therefore the left side will be equal to the zero on the right side.
.
So, one at a time set the two factors equal to zero. First:
.
a - 3 = 0
.
Solve for a by adding 3 to both sides of this equation and you get a = 3.
.
Next, set the second factor equal to zero:
.
a + 1 = 0
.
Solve for a by subtracting 1 from both sides to get:
.
a = -1
.
That is the second answer. The two answers are a = 3 and a = -1
.
You can check these answers by returning to the original problem:
.
a^2 - 3 = 2a
.
and, one at a time substitute the answers to see if the left side of the equation will
equal to the right side.
.
Check a = 3 by substituting 3 for a in the original problem and you get:
.
3^2 - 3 = 2*3
.
Square the 3 and subtract 3 from it on the left side and multiply out the right side to get:
.
9 - 3 = 6
.
This simplifies to 6 = 6 which tells us that a = 3 is a good answer.
.
Next check a = -1 by substituting -1 for a in the original problem to get:
.
(-1)^2 - 3 = 2*(-1)
.
This reduces to:
.
1 - 3 = -2
.
-2 = -2
.
So this answer for a checks also. Both our answers [a = 3 and a = -1] are correct.
.
Hope this helps you to understand the problem.
.