document.write( "Question 1018223: Find all numbers such that the square of the number is 48 more than double the number. If you find more than one, then list all the numbers you find in increasing order, separated by commas. \n" ); document.write( "
Algebra.Com's Answer #634392 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Find all numbers such that the square of the number is 48 more than double the number.
\n" ); document.write( " If you find more than one, then list all the numbers you find in increasing order, separated by commas.
\n" ); document.write( ":
\n" ); document.write( "n^2 = 2n + 48
\n" ); document.write( "n^2 - 2n - 48 = 0; a quadratic equation
\n" ); document.write( "Factor to
\n" ); document.write( "(n-8)(n+6) = 0
\n" ); document.write( "two solutions
\n" ); document.write( "n = -6, 8
\n" ); document.write( ":
\n" ); document.write( "you can check both solutions in the original statement
\n" ); document.write( "
\n" );