document.write( "Question 261075: The square of a number is 15 more than 2 times the number. \n" ); document.write( "
Algebra.Com's Answer #192335 by stanbon(75887) ![]() You can put this solution on YOUR website! The square of a number is 15 more than 2 times the number. \n" ); document.write( "--- \n" ); document.write( "Let the number be \"x\". \n" ); document.write( "Equation: \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 or x = -3 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |