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)![]() ![]() 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( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \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( " |