document.write( "Question 260329: How to factor Trinomials of the form ax^2+bx+c \n" ); document.write( "
Algebra.Com's Answer #191759 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
To factor trinomials of this form:
\n" ); document.write( "step 1 - factor out the a from the first two terms to get
\n" ); document.write( " \"a%28x%5E2+%2B+%28b%2Fa%29x%29+%2B+c\"
\n" ); document.write( "step 2 - take 1/2 of the middle term and square it. We get
\n" ); document.write( "\"a%28x%5E2+%2B+%28b%2Fa%29x+%2B+%28b%2F2a%29%5E2%29+%2B+c\"
\n" ); document.write( "step 3 - place a blank slot after c and we get
\n" ); document.write( "\"a%28x%5E2+%2B+%28b%2Fa%29x+%2B+%28b%2F2a%29%5E2%29+%2B+c+-+_____+\"
\n" ); document.write( "this blank slot is waiting for a number.
\n" ); document.write( "step 4 - multiply (b/2a)^2 by a and put that answer in the blank slot to get
\n" ); document.write( "\"a%28x%5E2+%2B+%28b%2Fa%29x+%2B+%28b%2F2a%29%5E2%29+%2B+c+-+b%5E2%2F%284a%29\"
\n" ); document.write( "step 5 rewrite the trinomial as a binomial squared as
\n" ); document.write( "\"a%28x%2B%28b%2F%282a%29%29%29%5E2+%2B+%284ac-b%5E2%29%2F%284a%29\"
\n" ); document.write( "we have our factored form for x.
\n" ); document.write( "
\n" );