document.write( "Question 77189: Solve for x and y:\r
\n" );
document.write( "\n" );
document.write( "x*2 + y = 7
\n" );
document.write( "x + y*2 = 11\r
\n" );
document.write( "\n" );
document.write( "I can see that the answer is x = 2, y = 3 BUT how can it be solved other than by graphing? \n" );
document.write( "
Algebra.Com's Answer #55307 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve for x and y: \n" ); document.write( "x*2 + y = 7 \n" ); document.write( "x + y*2 = 11 \n" ); document.write( "----------- \n" ); document.write( "Try using substitution: \n" ); document.write( "y=7-x^2 \n" ); document.write( "x + (7-x^2)^2=11 \n" ); document.write( "x + 49 -14x^2+ x^4 = 11 \n" ); document.write( "x^4-14x^2+x+38=0 \n" ); document.write( "-------- \n" ); document.write( "Using synthetic substitution you can find that \n" ); document.write( "x=2 is the only integer solution. \n" ); document.write( "If x=2, y=3 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |