document.write( "Question 56029: I am solving the following equation:\r
\n" );
document.write( "\n" );
document.write( "sqrt x-1 = x-3\r
\n" );
document.write( "\n" );
document.write( "I get 5 but then I did it again and got 2. HELP! \n" );
document.write( "
Algebra.Com's Answer #37993 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! sqrt (x-1) = x-3 \n" ); document.write( "square both sides to get: \n" ); document.write( "x-1= x^2-6x+9 \n" ); document.write( "x^2-7x+10=0 \n" ); document.write( "(x-5)(x-2)=0 \n" ); document.write( "x=5 or x=2 \n" ); document.write( "Checking these answers: \n" ); document.write( "Checking x=5 you get: \n" ); document.write( "sqrt(5-1)=5-3 \n" ); document.write( "2=2 \n" ); document.write( "x=5 is a good solution \n" ); document.write( "------------- \n" ); document.write( "Checking s=2 you get: \n" ); document.write( "sqrt(2-1)=2-3 \n" ); document.write( "sqrt 1 =-1 \n" ); document.write( "1 = -1 \n" ); document.write( "That is wrong so x=2 is an extraneous solution which \n" ); document.write( "means it is a solution for the algebra that resulted \n" ); document.write( "while solving the problem but it is not a solution of \n" ); document.write( "the original problem. \n" ); document.write( "Where did it come from? It resulted from squaring the \n" ); document.write( "original problem; that introduced a solution that worked \n" ); document.write( "for the squared expression but not for the original \n" ); document.write( "expression. \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |