document.write( "Question 52332: For the equation , perform the following:(x) minus sqrt of (x) equals (0)
\n" );
document.write( "a) Solve for all values of x that satisfies the equation.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b) Graph the functions y=x and y= sqrt of (x) on the same graph (by plotting points if necessary). Show the points of intersection of these two graphs. \n" );
document.write( "
Algebra.Com's Answer #34925 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x - sqrt(x) = 0 \n" ); document.write( "x = sqrt(x) \n" ); document.write( "x^2 = x \n" ); document.write( "x^2 - x = 0 \n" ); document.write( "x(x - 1) = 0 \n" ); document.write( "x = 0 and x = 1 \n" ); document.write( " |