document.write( "Question 779265: Find all real solutions of the equation\r
\n" );
document.write( "\n" );
document.write( "x-7sqrt(x) +10=0\r
\n" );
document.write( "\n" );
document.write( "10 is not in the sqrt\r
\n" );
document.write( "\n" );
document.write( "what steps must I first take to get rid of the square root \n" );
document.write( "
Algebra.Com's Answer #475181 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Here's the other way to solve that problem:\r\n" ); document.write( "\r\n" ); document.write( " x-√x+10 = 0\r\n" ); document.write( "\r\n" ); document.write( " x+10 = 7√x\r\n" ); document.write( "\r\n" ); document.write( " (x+10)² = (7√x)²\r\n" ); document.write( "\r\n" ); document.write( "(x+10)(x+10) = (7√x)²\r\n" ); document.write( "\r\n" ); document.write( " x²+20x+100 = 49x\r\n" ); document.write( " x²-29x+100 = 0\r\n" ); document.write( " (x-25)(x-4) = 0\r\n" ); document.write( "\r\n" ); document.write( " x-25 = 0; x-4 = 0\r\n" ); document.write( " x = 25; x = 4\r\n" ); document.write( "\r\n" ); document.write( "Checking is the the same as in the other way to solve it.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |