document.write( "Question 757745: please help me solve this question
\n" );
document.write( "Find a solution to the following system of equations.
\n" );
document.write( "-2x+5y=8
\n" );
document.write( "2x+2y=6 \n" );
document.write( "
Algebra.Com's Answer #461067 by sachi(548)![]() ![]() You can put this solution on YOUR website! now add both the eqns \n" ); document.write( "-2x+5y=8.....1 \n" ); document.write( "2x+2y=6 .....2 \n" ); document.write( "----------------- \n" ); document.write( " +7y=14 \n" ); document.write( "or y=14/7=2 \n" ); document.write( "from eqn 1 \n" ); document.write( "-2x+5*2=8 \n" ); document.write( "or -2x=8-10=-2 \n" ); document.write( "or x=-2/-2=1 \n" ); document.write( " |