document.write( "Question 807784: if seven is added to two times a number, the result is eight less than the square of the number. Find all such numbers? \n" ); document.write( "
Algebra.Com's Answer #486526 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number be x \n" ); document.write( "2 times a number = 2x \n" ); document.write( "7 added to it \n" ); document.write( "2x+7\r \n" ); document.write( "\n" ); document.write( "square of number = x^2 \n" ); document.write( "8 less \n" ); document.write( "x^2-8\r \n" ); document.write( "\n" ); document.write( "2x+7 = x^2-8\r \n" ); document.write( "\n" ); document.write( "x^2-2x-15=0\r \n" ); document.write( "\n" ); document.write( "x^2-5x+3x-15=0 \n" ); document.write( "x(x-5)+3(x-5)=0\r \n" ); document.write( "\n" ); document.write( "(x-5)(x+3)=0\r \n" ); document.write( "\n" ); document.write( "x=5 OR x=-3 \n" ); document.write( " |