document.write( "Question 862714: five less than the square of a positive number is 3 more than 2 times the number. find the number. \n" ); document.write( "
Algebra.Com's Answer #519951 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the number be x\r
\n" ); document.write( "\n" ); document.write( "x^2-5 = 2x+3\r
\n" ); document.write( "\n" ); document.write( "x^2-2x-8=0\r
\n" ); document.write( "\n" ); document.write( "x^2-4x+2x-8=0\r
\n" ); document.write( "\n" ); document.write( "x(x-4)+2(x-4)=0\r
\n" ); document.write( "\n" ); document.write( "(x-4)(x+2)=0\r
\n" ); document.write( "\n" ); document.write( "x=4 OR x= -2
\n" ); document.write( "
\n" );