document.write( "Question 66128: solve each system of equation to identify the (xy) solution set\r
\n" );
document.write( "\n" );
document.write( "y=5x-11
\n" );
document.write( "y=2x+10 \n" );
document.write( "
Algebra.Com's Answer #46861 by venugopalramana(3286) You can put this solution on YOUR website! solve each system of equation to identify the (xy) solution set \n" ); document.write( "y=5x-11................1 \n" ); document.write( "y=2x+10...............................2 \n" ); document.write( "substitute for y in eqn.2 from eqn.2 \n" ); document.write( "5x-11=2x+10 \n" ); document.write( "5x-2x=10+11 \n" ); document.write( "3x=21 \n" ); document.write( "x=7....hence \n" ); document.write( "y=2x+10=2*7+10=14+10=24 \n" ); document.write( "(7,24) is the solution set. \n" ); document.write( " |