document.write( "Question 46540: factoring polynomials of the form ax^2+bx+c\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4x^2-27x+18
\n" ); document.write( "I can figure the factors of 4 and the factors of 18
\n" ); document.write( "but I'm lost with the trial factors and middle term
\n" ); document.write( "not really sure as to its purpose
\n" ); document.write( "

Algebra.Com's Answer #30830 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Well, there'e a bit of trial-and-error processing that occurs when you try to facto a trinomial whose \"x%5E2\" coefficient is greater than 1.\r
\n" ); document.write( "\n" ); document.write( "Here's the way I go about it:\r
\n" ); document.write( "\n" ); document.write( "I know that the factors of \"4x%5E2\" are:
\n" ); document.write( "\"%284x++%29%28x++%29\" or \"%282x++%29%282x++%29\"\r
\n" ); document.write( "\n" ); document.write( "The factors of 18 are: (1)(18) or (2)(9) or (3)(6)\r
\n" ); document.write( "\n" ); document.write( "I also notice that the middle term of the trinomial is negative and the last term is positive. This tells me that the contants part of the factors are both negative numbers.
\n" ); document.write( " Why? Because a negative times a negative is a positive (last term is positive) and a negative plus a negative is a negative (middle term is negative)\r
\n" ); document.write( "\n" ); document.write( "Try the first pair of factors with the x's\r
\n" ); document.write( "\n" ); document.write( "\"%284x+-+1%29%28x+-+18%29+=+4x%5E2+-72x+-+x+%2B+18\" = \"4x%5E2+-+73x+%2B+18\"No go! The middle term is wrong.\r
\n" ); document.write( "\n" ); document.write( "Try:
\n" ); document.write( "\"%284x+-+2%29%28x+-+9%29+=+4x%5E2+-36x+-2x+%2B+18\" = \"4x%5E2+-+38x+%2B+18\" No go! The middle term is wrong.\r
\n" ); document.write( "\n" ); document.write( "Try:
\n" ); document.write( "\"%284x+-+3%29%28x+-+6%29+=+4x%5E2+-+24x+-+3x+%2B+18\" = \"4x%5E2+-+27x+%2B+18\" Bingo!\r
\n" ); document.write( "\n" ); document.write( "I hope this helps.
\n" ); document.write( "
\n" );