document.write( "Question 73989: Solve each of the following quadratic equations by completing the square.
\n" ); document.write( "sect:10.2 # 22
\n" ); document.write( "x^2-6x-3=0\r
\n" ); document.write( "\n" ); document.write( "Section 10.2 # 28\r
\n" ); document.write( "\n" ); document.write( "2x^2+10x+11=0\r
\n" ); document.write( "\n" ); document.write( "Sect. 10.2 # 38\r
\n" ); document.write( "\n" ); document.write( "Number problems. Find two consecutive positive integers such that the sum of
\n" ); document.write( "their squares is 85.
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #53012 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
Given: x^2-6x-3=0
\n" ); document.write( ".
\n" ); document.write( "Solve by completing the square
\n" ); document.write( ".
\n" ); document.write( "The first thing to do is to make sure the coefficient (the multiplier) of the x^2 term is 1.
\n" ); document.write( "In this case it is. So we can move on to the next step. Use parentheses to separate the
\n" ); document.write( "two terms that contain x from the rest of the equation. This becomes:
\n" ); document.write( ".
\n" ); document.write( "(x^2 - 6x )-3 = 0
\n" ); document.write( ".
\n" ); document.write( "Divide the coefficient of the x term by 2. In this case it is -6/2 = -3. Square this result
\n" ); document.write( "to get (-3)^2 = 9. Add 9 inside the parentheses, but in order to do this without changing the
\n" ); document.write( "equation you need to subtract 9 outside the parentheses. This makes the equation become:
\n" ); document.write( ".
\n" ); document.write( "(x^2 - 6x + 9) - 3 - 9 = 0
\n" ); document.write( ".
\n" ); document.write( "Combine the two numbers outside the parentheses to get:
\n" ); document.write( ".
\n" ); document.write( "(x^2 - 6x + 9) - 12 = 0
\n" ); document.write( ".
\n" ); document.write( "Add +12 to both sides to eliminate the -12 on the left side and get:
\n" ); document.write( ".
\n" ); document.write( "(x^2 - 6x + 9) = 12
\n" ); document.write( ".
\n" ); document.write( "Note that the trinomial in the parentheses is a perfect square. It can be written as
\n" ); document.write( "(x - 3)^2. Substitute this into the equation and you get:
\n" ); document.write( ".
\n" ); document.write( "(x-3)^2 = 12
\n" ); document.write( ".
\n" ); document.write( "Now take the square root of both sides. I'm going to use +- to mean plus and minus. The
\n" ); document.write( "square root of both sides results in:
\n" ); document.write( ".
\n" ); document.write( "x-3 = +- sqrt(12)
\n" ); document.write( ".
\n" ); document.write( "Eliminate the -3 on the left side by adding 3 to both sides to get:
\n" ); document.write( ".
\n" ); document.write( "x = 3 +- sqrt(12)
\n" ); document.write( ".
\n" ); document.write( "As a final simplification note that sqrt(12) = sqrt(4*3) = sqrt(4)* sqrt(3) = 2*sqrt(3).
\n" ); document.write( "Substitute this for sqrt(12) and the answer becomes:
\n" ); document.write( ".
\n" ); document.write( "x = 3 +- 2*sqrt(3)
\n" ); document.write( ".
\n" ); document.write( "On to the next problem: solve by completing the squares: 2x^2+10x+11=0
\n" ); document.write( ".
\n" ); document.write( "Recall that I mentioned you want the coefficient of the x^2 term to be 1. In this case
\n" ); document.write( "it is not. So divide the entire equation (all terms on both sides by 2 to reduce it to:
\n" ); document.write( ".
\n" ); document.write( "x^2 + 5x + 11/2 = 0
\n" ); document.write( ".
\n" ); document.write( "Convert the 11/2 term to 5.5 by dividing 2 into 11.
\n" ); document.write( ".
\n" ); document.write( "Again use parentheses to isolate the terms containing x and get:
\n" ); document.write( ".
\n" ); document.write( "(x^2 + 5x ) + 5.5 = 0
\n" ); document.write( ".
\n" ); document.write( "Take half of the coefficient of the x term and square it. Half of 5 is 2.5 which squares
\n" ); document.write( "to 6.25. Add it inside the parentheses and subtract it outside the parentheses to get:
\n" ); document.write( ".
\n" ); document.write( "(x^2 + 5x + 6.25) + 5.5 - 6.25 = 0
\n" ); document.write( ".
\n" ); document.write( "Combine the two constants outside the parentheses to get:
\n" ); document.write( ".
\n" ); document.write( "(x^2 + 5x + 6.25) - 0.75 = 0
\n" ); document.write( ".
\n" ); document.write( "Eliminate the - 0.75 from the left side by adding 0.75 to both sides and you have:
\n" ); document.write( ".
\n" ); document.write( "(x^2 + 5x + 6.25) = 0.75
\n" ); document.write( ".
\n" ); document.write( "The term in the parentheses is a perfect square so it can be written as such and the equation becomes:
\n" ); document.write( ".
\n" ); document.write( "(x + 2.5)^2 = 0.75
\n" ); document.write( ".
\n" ); document.write( "Take the square root of both sides and the result is:
\n" ); document.write( ".
\n" ); document.write( "x+2.5 = +- sqrt(0.75)
\n" ); document.write( ".
\n" ); document.write( "Eliminate the 2.5 on the left side by subtracting 2.5 from both sides to get:
\n" ); document.write( ".
\n" ); document.write( "x = -2.5 +- sqrt(0.75)
\n" ); document.write( ".
\n" ); document.write( "Note that the sqrt(0.75) = sqrt(0.25*3) = sqrt(0.25)*sqrt(3) = 0.5*sqrt(3)
\n" ); document.write( ".
\n" ); document.write( "Substitute this and the answer becomes:
\n" ); document.write( ".
\n" ); document.write( "x = -2.5 +- 0.5*sqrt(3)
\n" ); document.write( ".
\n" ); document.write( "And on to the final problem. Let one of the integers be N. Then the next consecutive
\n" ); document.write( "integer is N + 1. The sum of their squares can be written as:
\n" ); document.write( ".
\n" ); document.write( "N^2 + (N+1)^2
\n" ); document.write( ".
\n" ); document.write( "and the problem says the sum of these two squares equals 85. So the equation becomes:
\n" ); document.write( ".
\n" ); document.write( "N^2 + (N+1)^2 = 85
\n" ); document.write( ".
\n" ); document.write( "Square the term in parentheses on the left side to get:
\n" ); document.write( ".
\n" ); document.write( "N^2 + N^2 + 2N + 1 = 85
\n" ); document.write( ".
\n" ); document.write( "Combine the N^2 terms and the equation becomes:
\n" ); document.write( ".
\n" ); document.write( "2N^2 + 2N + 1 = 85
\n" ); document.write( ".
\n" ); document.write( "To make things a little easier let's eliminate the +1 on the left side by adding -1 to both
\n" ); document.write( "sides to get:
\n" ); document.write( ".
\n" ); document.write( "2N^2 + 2N = 84
\n" ); document.write( ".
\n" ); document.write( "We need a coefficient of 1 on the N^2 term so divide the entire equation (all terms on
\n" ); document.write( "both sides by 2 to get:
\n" ); document.write( ".
\n" ); document.write( "N^2 + N = 42
\n" ); document.write( ".
\n" ); document.write( "Just noticed something here. We don't need to solve this one by completing the square.
\n" ); document.write( "Subtract 42 from both sides to get:
\n" ); document.write( ".
\n" ); document.write( "N^2 + N - 42 = 0
\n" ); document.write( ".
\n" ); document.write( "This can be factored into:
\n" ); document.write( ".
\n" ); document.write( "(N+7)*(N-6) = 0
\n" ); document.write( ".
\n" ); document.write( "And this equation will be true if either N = -7 or N = +6 because those are the two values
\n" ); document.write( "that make one of the factors equal to zero. The problem limits the answer to positive
\n" ); document.write( "integers so we can forget N = -7. The two integers are +6 and the next consecutive
\n" ); document.write( "integer of +7.
\n" ); document.write( ".
\n" ); document.write( "Check.
\n" ); document.write( ".
\n" ); document.write( "6^2 + 7^2 = 36 + 49 = 85 . Yup. It works. \r
\n" ); document.write( "\n" ); document.write( "If you must work it by completing the square you can use the same process as in the preceding
\n" ); document.write( "two problems, and you know that you should get an answer of 6 for N.
\n" ); document.write( ".
\n" ); document.write( "Hope this helps you to understand and solve these types of problems.
\n" ); document.write( "
\n" ); document.write( "
\n" );