document.write( "Question 311290: (x+3)^2+27x+60=0 \n" ); document.write( "
Algebra.Com's Answer #222627 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay, from (x+3)^2+27x+60=0,\r \n" ); document.write( "\n" ); document.write( "let's expand, collect like terms, and solve...here goes...\r \n" ); document.write( "\n" ); document.write( "x^2 + 6x + 9 + 27x + 60 = 0\r \n" ); document.write( "\n" ); document.write( "x^2 + 33x + 69 = 0\r \n" ); document.write( "\n" ); document.write( "We would like to factor this by finding factors of 69 that add to 33, but there aren't any, so we'll have to use the quadratic formula...\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so that\r \n" ); document.write( "\n" ); document.write( "x = [-33 +- sqrt(33^2 - 4*1*69)] / 2\r \n" ); document.write( "\n" ); document.write( "x = [-33 +- sqrt(1089 - 276)] / 2\r \n" ); document.write( "\n" ); document.write( "x = [-33 +- sqrt(813)] / 2 \n" ); document.write( " |