document.write( "Question 1007883: Identify the solution of the system of equations: {3x-2y=-10 6x+y=0} \n" ); document.write( "
Algebra.Com's Answer #623732 by tiffany222(56)![]() ![]() ![]() You can put this solution on YOUR website! 3x - 2y = -10 \n" ); document.write( "6x + y = 0\r \n" ); document.write( "\n" ); document.write( "Multiply second equation by 2 to eliminate y: \n" ); document.write( "3x - 2y = -10 \n" ); document.write( "12x + 2y = 0 \n" ); document.write( "Add: \n" ); document.write( "15x = -10 \n" ); document.write( "x = -2/3\r \n" ); document.write( "\n" ); document.write( "Substitute x into second equation to find y: \n" ); document.write( "6x + y = 0 \n" ); document.write( "6(-2/3) + y = 0 \n" ); document.write( "-4 + y = 0 \n" ); document.write( "y = 4\r \n" ); document.write( "\n" ); document.write( "Final Answer: \n" ); document.write( "x = -2/3 \n" ); document.write( "y = 4 \n" ); document.write( " |