document.write( "Question 651360: twice a number increased by 35 is equal to the square of the number \n" ); document.write( "
\n" ); document.write( "Hi, \n" ); document.write( "twice a number increased by 35 is equal to the square of the number\n" ); document.write( "Question states***\n" ); document.write( " 2x + 35 = x^2\n" ); document.write( " x^2 - 2x - 35 = 0\n" ); document.write( "factoring\n" ); document.write( " (x-7)(x+5) = 0\n" ); document.write( " (x-7)= 0, x = 7\n" ); document.write( "0r (x+5) = 0 x = -5\n" ); document.write( "and..\n" ); document.write( "\n" ); document.write( "