document.write( "Question 897863: Identify the solution(s) of the system of equations, if any.
\n" );
document.write( "2x + 4y = 2
\n" );
document.write( "y = 5 - 5x
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #544383 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 2x + 4y = 2 \n" ); document.write( "y = 5 - 5x \n" ); document.write( "2x + 4(5-5x) = 2 \n" ); document.write( " 18 = 18x \n" ); document.write( " x = 1 and y = 0 \n" ); document.write( "Ordered pair (1,0) is the solution for this System of EQs \n" ); document.write( " |