SOLUTION: Solve the equation by factorisation method x^2+(x+2)^2=650 I attempted the question but I am stuck at this step x^2+x^2+4-650=0 2x^2-646=0

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: Solve the equation by factorisation method x^2+(x+2)^2=650 I attempted the question but I am stuck at this step x^2+x^2+4-650=0 2x^2-646=0      Log On


   



Question 622630: Solve the equation by factorisation method x^2+(x+2)^2=650
I attempted the question but I am stuck at this step
x^2+x^2+4-650=0
2x^2-646=0

Found 2 solutions by math-vortex, bucky:
Answer by math-vortex(648) About Me  (Show Source):
You can put this solution on YOUR website!
Hi there,
.
Solve the equation by factorization method.
+x%5E2%2B%28x%2B2%29%5E2=650
.
I see one problem: %28x%2B2%29%5E2%3C%3Ex%5E2%2B4. You need to expand it out like this:
%28x%2B2%29%5E2=%28x%2B2%29%28x%2B2%29
%28x%2B2%29%5E2=x%5E2%2B2x%2B2x%2B4
%28x%2B2%29%5E2=x%5E2%2B4x%2B4
.
You can probably take it from there, but I'll continue on just in case.
x%5E2%2B%28x%2B2%29%5E2=650
x%5E2%2B%28x%5E2%2B4x%2B4%29=650
2x%5E2%2B4x-646=0
.
I find it much easier to factor when the leading coefficient is 1, so I will divide both sides of the equation by 2. (This step is not necessary, but it won't change the answer either.)
.
x%5E2%2B2x-323=0
.
In order to factor this equation, we want two numbers whose product is -323 and whose sum is 2. It turns out that 17*19=323. I figured this out by checking the prime numbers (2, 3, 5, 7, 11, ...) until I found one that worked. The numbers we want are -17 and 19; their product is -323 and their sum is 2.
.
x%5E2%2B2x-323=%28x-17%29%28x%2B19%29=0
.
Since the product of these factors is 0, either x-17=0 or x%2B19=0.
.
Therefore, x=17 or x=-19.
.
It's always a good idea to check the answers in the original problem.
x=17:
+x%5E2%2B%28x%2B2%29%5E2=650
+%2817%29%5E2%2B%2817%2B2%29%5E2=650
289%2B361=650
650=650 Check!!!
.
x=-19
+x%5E2%2B%28x%2B2%29%5E2=650
+%28-19%29%5E2%2B%28-19%2B2%29%5E2=650
361%2B289=650
650=650 Check! Check!
.
Hope this helps! Feel free to email if you still have questions about this.
.
Ms.Figgy
math.in.the.vortex@gmail.com

Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
Given to solve by factoring:
.
x%5E2+%2B%28x+%2B+2%29%5E2+=+650
.
First, square the terms in the parentheses by multiplying:
.
%28x%2B2%29%2A%28x%2B2%29
.
When you do this multiplication you get:
.
x%5E2+%2B+4x+%2B+4
.
Substitute this into the original problem in place of %28x%2B2%29%5E2 and the problem then becomes:
.
x%5E2+%2B+x%5E2+%2B+4x+%2B+4+=+650
.
Combine the two x-squared terms to get:
.
2x%5E2+%2B+4x+%2B+4+=+650
.
Subtract 650 from both sides and you have:
.
2x%5E2+%2B+4x+-646+=+0
.
You can simplify this a little by dividing both sides (all terms) by 2 to get:
.
x%5E2+%2B+2x+-+323+=+0
.
Now you can do the factoring process. The negative sign on the 323 tells you that you will have one positive factor and one negative factor whose product gives you negative 323. The coefficient of the x term is +2. This tells you that the positive factor must be bigger than the negative factor by 2.
.
Now you can make some educated guesses. If the two factors were +20 and -18, their product would be (you can do this in your head) -360. You need two numbers whose product is -323, so you are pretty close, but the factors you guessed are a little too big because they give a product of -360. How about trying +18 and -16. The product of these two numbers is -288 and since this is smaller that -323, you need two bigger numbers. If you now try +19 and -17, you will find that their product is -323, just as you need it to be. So you know that the product of the two factors is:
.
%28x%2B19%29%2A%28x+-+17%29%29
.
and if you set these equal to zero as above you have:
.
%28x%2B19%29%2A%28x-17%29=0
.
Notice that this equation will be true if either of the factors equals zero. So you can set both factors equal to zero and solve for x to get:
.
x+%2B+19+=+0
.
and solve for x to get x = -19
.
Then:
.
x+-+17+=+0
.
and solve for x to get x = +17
.
Those are the two solutions for x in the equation:
.
x%5E2+%2B+%28x%2B2%29%5E2+=+650
.
You can check the solutions by first substituting -19 for x and you have:
.
%28-19%29%5E2+%2B%28-19%2B2%29%5E2+=+650
.
When you square -19 you get +361. and when you add -19 and +2 in the parentheses you get -17. Then square that and you have get +289. Substituting these values into the equation gives:
.
361+%2B+289+=+650
.
And if you add the terms on the left side you find that the equation balances, so x = -19 works.
.
You can do the same kind of analysis for the second answer. Go back to the original equation and substitute +17 for x and you find that it also checks out.
.
Hope this helps you see where you went slightly off track and lets you see how the answers can be found.
.