document.write( "Question 115081: I'm sturggling with this problem. Any help would be greatly appreciated.
\n" );
document.write( "Solve the following non-linear system by substitution.\r
\n" );
document.write( "\n" );
document.write( "x^2+y^2=16
\n" );
document.write( "x-2y=0 \n" );
document.write( "
Algebra.Com's Answer #83720 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! x-2y=0 or x=2y \n" ); document.write( "now substitute 2y for x in the other equation & solve for y. \n" ); document.write( "(2y)^2+y^2=16 \n" ); document.write( "4y^2+y^2=16 \n" ); document.write( "5y^2=16 \n" ); document.write( "y^2=16/5 \n" ); document.write( "y=4/sqrt5 answer. \n" ); document.write( "x-2(4/sqrt5)=0 \n" ); document.write( "x-8/sqrt5=0 \n" ); document.write( "x=8/sqrt5 answer. \n" ); document.write( " \n" ); document.write( " |