document.write( "Question 63559: 24 less than the square of a number is five times the number. find all such numbers. \n" ); document.write( "
Algebra.Com's Answer #44278 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 24 less than the square of a number is five times the number. find all such numbers \n" ); document.write( "-------------- \n" ); document.write( "Let the number be \"x\". \n" ); document.write( "EQUATION: \n" ); document.write( " x^2-24=5x \n" ); document.write( "x^2-5x-24=0 \n" ); document.write( "(x-8)(x+3)=0 \n" ); document.write( "x=9 or x=-3 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |