document.write( "Question 168028: Factor completely by grouping\r
\n" );
document.write( "\n" );
document.write( "27x^2 - 117x - 90 \n" );
document.write( "
Algebra.Com's Answer #123848 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! 27x^2 - 117x - 90 factors out to be (3x-15)*(9x+6) \n" ); document.write( "----- \n" ); document.write( "your c factor possibilities were: +/- [ (90,1), (9,10), (6*15) ] \n" ); document.write( "----- \n" ); document.write( "your a factor possibilities were: +/- [ (27,1), (9,3) ] \n" ); document.write( "----- \n" ); document.write( "since your factored equation will be in the form of (a1*x +c1) * (a2*x +c2), you need to find a combination that: \n" ); document.write( "a1*c2 + a2*c1 = -117 \n" ); document.write( "c1*c2 = -90 \n" ); document.write( "----- \n" ); document.write( "i tried different combinations until i found the right one. \n" ); document.write( "let a1 = 3 \n" ); document.write( "let a2 = 9 \n" ); document.write( "let c1 = -15 \n" ); document.write( "let c2 = 6 \n" ); document.write( "----- \n" ); document.write( "a1*c2 = 3*6 = 18 \n" ); document.write( "a2*c1 = 9*(-15) = -135 \n" ); document.write( "a1*c2 + a2*c1 = 18 + (-135) = 18 - 135 = -117 \n" ); document.write( "c1*c2 = (-15)*6 = -90 \n" ); document.write( "----- \n" ); document.write( "before i even bothered, i used the part of the quadratic formula sqrt(b^2-4ac) to determine if i had integer roots or not. \n" ); document.write( "if the square root of b^2 - 4ac is an integer, then the quadratic equation has integer roots. \n" ); document.write( "----- \n" ); document.write( "in the formula above, \n" ); document.write( "a = 27 \n" ); document.write( "b = -117 \n" ); document.write( "c = -90 \n" ); document.write( "----- \n" ); document.write( "b^2 = 13689 \n" ); document.write( "4ac = -9720 \n" ); document.write( "sqrt (b^2 - 4ac) = sqrt (13689 - (-9720) = sqrt (13689 + 9720 = sqrt (234098) = 153. \n" ); document.write( "the square root is an integer and so the quadratic equation has integer roots. \n" ); document.write( "----- \n" ); document.write( "then i went looking for the roots as above. \n" ); document.write( "----- \n" ); document.write( " |