document.write( "Question 823034: the square of a number is 255greater than twice the number. what is the number? \n" ); document.write( "
Algebra.Com's Answer #495243 by faceoff57(108)\"\" \"About 
You can put this solution on YOUR website!
the square of a number is 255greater than twice the number. what is the number?
\n" ); document.write( "X^2 = 255 + 2x
\n" ); document.write( "X^2 - 2x - 255 = 0
\n" ); document.write( "(X + 15)(x - 17) = 0
\n" ); document.write( "X + 15 = 0
\n" ); document.write( "X = -15
\n" ); document.write( "X - 17 = 0
\n" ); document.write( "X = 17
\n" ); document.write( "-15 or 17
\n" ); document.write( "
\n" );