document.write( "Question 363537: Solve the following equation and check for extraneous solutions:\r
\n" );
document.write( "\n" );
document.write( "Squareroot of 6 - x - square root of x - 6 = 2 \n" );
document.write( "
Algebra.Com's Answer #259236 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Squareroot of 6 - x - square root of x - 6 = 2 \n" ); document.write( "--------------------- \n" ); document.write( "sqrt(6-x) - sqrt(x-6) = 2 \n" ); document.write( "--- \n" ); document.write( "sqrt(6-x) = sqrt(x-6)+2 \n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( "Square both sides to get: \n" ); document.write( "(6-x) = x-6 +4sqrt(x-6)+4 \n" ); document.write( "Simplify to get: \n" ); document.write( "8-2x = 4sqrt(x-6) \n" ); document.write( "--- \n" ); document.write( "4-x = 2sqrt(x-6) \n" ); document.write( "Square both sides: \n" ); document.write( "16-8x+x^2 = 4(x-6) \n" ); document.write( "--- \n" ); document.write( "x^2-12x+40 = 0 \n" ); document.write( "--- \n" ); document.write( "b^2 -4ac = 144 - 4*40 < 0 \n" ); document.write( "--- \n" ); document.write( "So no Real Number solutions. \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |