document.write( "Question 154113: What three techniques can be used to solve a quadratic equation? Demonstrate these techniques on the equation \"12x^2 - 10x - 42 = 0\". \n" ); document.write( "
Algebra.Com's Answer #113542 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What three techniques can be used to solve a quadratic equation? Demonstrate these techniques on the equation \"12x^2 - 10x - 42 = 0\". \n" ); document.write( "---------------------- \n" ); document.write( "3 methods are: \n" ); document.write( "Factoring \n" ); document.write( "Completing the square \n" ); document.write( "Quadratic formula \n" ); document.write( "--------------------- \n" ); document.write( "12x^2 - 10x - 42 = 0 \n" ); document.write( "Divide by 2. Not necessary, but it makes it simpler to factor. \n" ); document.write( "6x^2 - 5x - 21 = 0 \n" ); document.write( "Factoring is a trial and error process. If we use the quadratic equation to solve, we will know the factors. \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The factors shown by the on-site solver are not exactly right, it divides so the the coefficient of the x^2 is one. \n" ); document.write( "-------------- \n" ); document.write( "Factoring: \n" ); document.write( "Using the results from above, we can multiply by 3 and 2 and get the factors. \n" ); document.write( "(3x - 7)*(2x + 3) = 6x^2 - 5x - 21 \n" ); document.write( "So, 3x - 7 = 0 \n" ); document.write( "x = 7/3 \n" ); document.write( "------------ \n" ); document.write( "2x + 3 = 0 \n" ); document.write( "x = -3/2 \n" ); document.write( "--------- \n" ); document.write( "3rd method, Completing the square: \n" ); document.write( "12x^2 - 10x - 42 = 0 \n" ); document.write( "Divide by 12 \n" ); document.write( "x^2 - (5x/6) - 7/2 = 0 \n" ); document.write( "The x term's coeff, -5/6, is 2 times the sqrt of the numeric term, so the NM, the last term will be (-5/12)^2, or 25/144. \n" ); document.write( "x^2 - (5x/6) - 7/2 = 0 \n" ); document.write( "x^2 - (5x/6) = 7/2 \n" ); document.write( "x^2 - (5x/6) + 25/144 = 7/2 + 25/144 \n" ); document.write( "(x - 5/12)^2 = 7/2 + 25/144 = 504/144 + 25/144 = 529/144 = (23/12)^2 \n" ); document.write( "(x - 5/12)^2 = (23/12)^2 \n" ); document.write( "Take sqrt of both sides: \n" ); document.write( "x - 5/12 = 23/12 or -23/12 \n" ); document.write( "x = 28/12 and x = -18/12 \n" ); document.write( "x = 7/3 and -3/2 \n" ); document.write( "Same answers, but a lot more work. That's why we do the completion of the square ONE TIME with literal terms, ax^2 + bx + c = 0, to find the quadratic equation, then NEVER use completion of squares again. \n" ); document.write( "------------- \n" ); document.write( "BTW, a 4th method is to use Excel, or manual methods, to graph the function and find where it crosses the x-axis.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |