document.write( "Question 884710: Identify the solution(s) of the system of equations, if any
\n" );
document.write( "6x+4y=0
\n" );
document.write( "y=3-3x \n" );
document.write( "
Algebra.Com's Answer #534594 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 6x+4y=0 \n" ); document.write( "6x + 4(3-3x) = 0 \n" ); document.write( " -6x = -12 \n" ); document.write( " x = 2 and y = -3 \n" ); document.write( "(2, -3) \n" ); document.write( " |