SOLUTION: I am not sure if I am getting the right answer for this problem. I need a little help. For the equation x - the square root of x = 0, perform the following: Solve for all va

Algebra ->  Expressions-with-variables -> SOLUTION: I am not sure if I am getting the right answer for this problem. I need a little help. For the equation x - the square root of x = 0, perform the following: Solve for all va      Log On


   



Question 51968: I am not sure if I am getting the right answer for this problem. I need a little help.
For the equation x - the square root of x = 0, perform the following:
Solve for all values of x that satisfies the equation
Graph the functions y = x and y = the square root of x on the same graph (by plotting points if necessary). Show the points of intersection of these two graphs.
I am not sure how to graph this function. Thanks for your time.

Answer by funmath(2933) About Me  (Show Source):
You can put this solution on YOUR website!
x-sqrt%28x%29=0 can be solved algebraically a couple of different ways. I showed another student one way to solve it earlier today. Look it up and I'll show you a second way to do it.
x-sqrt%28x%29=0
x-sqrt%28x%29%2Bsqrt%28x%29=0%2Bsqrt%28x%29 (add sqrt%28x%29 to both sides)
x=sqrt%28x%29 (simplify)
%28x%29%5E2=%28sqrt%28x%29%29%5E2 (square both sides)
x%5E2=x
x%5E2-x=x-x (subtract x from both sides)
x%28x-1%29=0 (factor out an x)
x=0 and x-1=0 (zero product property)
x=0 and x-1+1=0+1
x=0 and x=1
Because this involves a square root you'll need to check for false solutions called extraneous solutions by substituting the answers back into the original equations to make sure they work.
%280%29-sqrt%280%29=0
0-0=0
%281%29-sqrt%281%29=0
1-1=0
Both x=0 and x=1 are valid solutions.
As for the graphing:
y=x is a line, you can substitute values for x and get coordinates for points to connect.
When x=0, y=0 gives you the coordinate (0,0)
When x =1, y=1 (1,1)
When x=2, y=2 (2,2)
For y=sqrt%28x%29
When x=0, y=sqrt%280%29
y=0 (0,0)
When x=1, y=sqrt%281%29
y=1 (1,1)
When x=4, y=sqrt%284%29
y=2 (4,2)
When you plot all those points, you'll see that the two graphs intersect at x=0 and x=1. This verifies our algebraic answer.
graph%28300%2C200%2C-1%2C6%2C-1%2C4%2Cx%2Csqrt%28x%29%29
Happy Calculating!!!