document.write( "Question 72586: x - square root of x = 0, solve for all values of x that satisfies the equation show work \n" ); document.write( "
Algebra.Com's Answer #51895 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! x - square root of x = 0, \n" ); document.write( "Add sqrt(x) to both sides \n" ); document.write( "sqrt(x) = x \n" ); document.write( "Square both sides to get: \n" ); document.write( "x=x^2 \n" ); document.write( "x^2-x=0 \n" ); document.write( "x(x-1)=0 \n" ); document.write( "x=0 or x=1 \n" ); document.write( "Both are good answers. \n" ); document.write( "------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |