document.write( "Question 1017154: when squaring a number and subtracting 6 gives the same result as doubling the number and adding 9 \n" ); document.write( "
Algebra.Com's Answer #633488 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number x. Then we write \n" ); document.write( "x^2 - 6 = 2x + 9 \n" ); document.write( "Now combine and get \n" ); document.write( "x^2 - 2x - 15 = 0 \n" ); document.write( "Factor and solve... \n" ); document.write( "(x - 5)(x + 3) = 0 \n" ); document.write( "x = 5 and x = -3 \n" ); document.write( "Two solutions. \n" ); document.write( " |