document.write( "Question 883675: For the system x + y = 2 and y = - x1/4^2 + 3, Could you solve the system? Thanks. \n" ); document.write( "
Algebra.Com's Answer #533683 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! x + y = 2 \n" ); document.write( "y = - x1/4^2 + 3 \n" ); document.write( "------ \n" ); document.write( "y = 2 - x \n" ); document.write( "y = - x/16 + 3 \n" ); document.write( "---- \n" ); document.write( "2 - x = 3 - x/16 \n" ); document.write( "32 - 16x = 48 - x \n" ); document.write( "-15x = 16 \n" ); document.write( "x = -16/15 \n" ); document.write( " |