document.write( "Question 388393: Solve the system of equations and express the answer as an ordered
\n" );
document.write( " pair of the form (x,y) or write NO SOLUTION if applicable:
\n" );
document.write( " x + 2y = 5
\n" );
document.write( " 2x - 2y = 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #274698 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Adding the two equations together, 3x = 9, x = 3. Plugging x = 3 to either equation, we get y = 1. So, the ordered pair is (3, 1). \n" ); document.write( " |