document.write( "Question 1029278: Derrick is thinking of a negative integer. When he multiples the integer by itself and then adds three times the integer to the product, he gets 180. What is Derricks intger \n" ); document.write( "
Algebra.Com's Answer #644334 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let us call it x. Then we write \n" ); document.write( "x*x + 3x = 180 \n" ); document.write( "Now let's solve it, remembering that we want the negative value for x... \n" ); document.write( "x^2 + 3x - 180 = 0 \n" ); document.write( "Now factor it... \n" ); document.write( "(x + 15)(x - 12) = 0 \n" ); document.write( "so that \n" ); document.write( "x = -15 or x = 12 \n" ); document.write( "So we want the negative one, so \n" ); document.write( "Derrick's integer is -15. \n" ); document.write( " |