document.write( "Question 702419: is it the right way to square root the whole equation
\n" );
document.write( "for example: x^2 + y^2 = 16
\n" );
document.write( "because i have to find the point of interse2ction of that equation and 2y + x = 3
\n" );
document.write( "what i did was i put square root on the first equation and then solve it by simultaneous equation however i have got the wrong answer. \n" );
document.write( "
Algebra.Com's Answer #432983 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! is it the right way to square root the whole equation \n" ); document.write( "for example: x^2 + y^2 = 16 \n" ); document.write( "find the point of interse2ction of that equation and 2y + x = 3 \n" ); document.write( "----------------- \n" ); document.write( "2y + x = 3 \n" ); document.write( "x = -2y + 3 \n" ); document.write( "Sub for x in the other eqn \n" ); document.write( "(-2y + 3)^2 + y^2 = 16 \n" ); document.write( "4y^2 - 12y + 9 + y^2 = 16 \n" ); document.write( "5y^2 - 12y - 7 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "----------- \n" ); document.write( "y = 6/5 + sqrt(71)/5 \n" ); document.write( "x = -2y + 3 \n" ); document.write( "x = -12/5 - 2sqrt(71)/5 + 3 \n" ); document.write( "--> point (3/5 - 2sqrt(71)/5,6/5 + sqrt(71)/5) \n" ); document.write( "======================== \n" ); document.write( "y = 6/5 - sqrt(71)/5 \n" ); document.write( "x = -2y + 3 \n" ); document.write( "x = -12/5 + 2sqrt(71)/5 + 3 \n" ); document.write( "--> point (3/5 + 2sqrt(71)/5,6/5 - 2sqrt(71)/5) \n" ); document.write( " \n" ); document.write( " |