document.write( "Question 219430: The square of a negative number is fifteen more than twice the negative number. Find the number \n" ); document.write( "
Algebra.Com's Answer #165151 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The square of a negative number is fifteen more than twice the negative number. \n" ); document.write( " Find the number \n" ); document.write( ": \n" ); document.write( "Let x = \"the number\" \n" ); document.write( ": \n" ); document.write( "(x)^2 = 2(x) + 15 \n" ); document.write( "x^2 = 2x + 15 \n" ); document.write( "x^2 - 2x - 15 = 0 \n" ); document.write( "Factor \n" ); document.write( "(x-5)(x+3) = 0 \n" ); document.write( "x = 5 \n" ); document.write( "and \n" ); document.write( "x = -3, the negative solution is what they want \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution \n" ); document.write( "(-3)^2 = 2(-3) + 15 \n" ); document.write( "9 - 6 = 15 \n" ); document.write( " |