document.write( "Question 1017918: Twice the number is 8 less than its square. What is the number or numbers? \n" ); document.write( "
Algebra.Com's Answer #652533 by jorel555(1290) ![]() You can put this solution on YOUR website! Let n be your number. Then: \n" ); document.write( "2n=n^2-8 \n" ); document.write( "n^2-2n-8=0 \n" ); document.write( "(n-4)(n+2)=0 \n" ); document.write( "n=4,-2!!!!!!!! \n" ); document.write( " |