document.write( "Question 665718: this problem is solving systems of equations. i dont know if i did the first steps correctly. the problem is: \r
\n" );
document.write( "\n" );
document.write( "-6y+7y=2x+2(x-2)-2x+2 (my answer was y=2x)
\n" );
document.write( "4(x+y)-x+y=-23 (my answer was 3x+5y=-23)\r
\n" );
document.write( "\n" );
document.write( "if what i did was correct, i am confused as to the next step, especially getting the first equation into an \"x+y\" form. \n" );
document.write( "
Algebra.Com's Answer #414045 by mananth(16946)![]() ![]() You can put this solution on YOUR website! -6y+7y=2x+2(x-2)-2x+2 \r \n" ); document.write( "\n" ); document.write( "+y= 2x+2x-4-2x+2 \n" ); document.write( "y=2x-2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4(x+y)-x+y=-23 \n" ); document.write( "4x+4y-x+y=-23 \n" ); document.write( "3x+5y=-23\r \n" ); document.write( "\n" ); document.write( "substitute y in second equation\r \n" ); document.write( "\n" ); document.write( "3x+5y=-23 \n" ); document.write( "3x+5(2x-2)=-23 \n" ); document.write( "3x+10x-10=-23 \n" ); document.write( "13x=-13 \n" ); document.write( "x=-1\r \n" ); document.write( "\n" ); document.write( "plug x \n" ); document.write( "we get y = -4 \n" ); document.write( " |