document.write( "Question 259036: What is the answer to 'the square of a number is 70 more than 9 times the number. Find the number'. \n" ); document.write( "
Algebra.Com's Answer #190722 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the number be x. \n" ); document.write( "Given,the square of a number is 70 more than 9 times the number. \n" ); document.write( " x^2= 9x+70 \n" ); document.write( " x^2-9x-70=0 \n" ); document.write( " (x-14)(x+5)=0 \n" ); document.write( " x=14 or -5 \n" ); document.write( " |