document.write( "Question 1187062: Find points of intersection(x,y) of the following system of nonlinear equations.
\n" ); document.write( "y=√x
\n" ); document.write( "y=2x-6
\n" ); document.write( "

Algebra.Com's Answer #818005 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "We have two different expressions for y in terms of x; set them equal to each other and solve.

\n" ); document.write( "\"sqrt%28x%29=2x-6\"
\n" ); document.write( "\"x=4x%5E2-24x%2B36\"
\n" ); document.write( "\"x%5E2-25x%2B36=0\"
\n" ); document.write( "\"%284x-9%29%28x-4%29=0\"
\n" ); document.write( "\"x=9%2F4\" or \"x=4\"

\n" ); document.write( "We squared both sides of the equation at one point, so we need to check for extraneous solutions.

\n" ); document.write( "(1) x = 9/4
\n" ); document.write( "y = sqrt(x) = 3/2
\n" ); document.write( "y = 2x-6 = 9/2-6 = -3/2

\n" ); document.write( "The two expressions for y evaluate differently; x = 9/4 is not a solution to the original equation.

\n" ); document.write( "(2) x = 4
\n" ); document.write( "y = sqrt(4) = 2
\n" ); document.write( "y = 2x-6 = 8-6 = 2

\n" ); document.write( "x=4 is a solution; it is the only solution.

\n" ); document.write( "ANSWER: (x,y) = (4,2) is the single intersection point.

\n" ); document.write( "
\n" ); document.write( "
\n" );