document.write( "Question 1038630: The square of a number is 27 more than 6 times the number \n" ); document.write( "
Algebra.Com's Answer #653334 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be your number. Then: \n" ); document.write( "n^2-27=6n \n" ); document.write( "n^2-6n-27=0 \n" ); document.write( "(n-9)(n+3)=0 \n" ); document.write( "n=9,-3!!!!!!!!!!!!!! \n" ); document.write( " |