document.write( "Question 203325: Solve the following system of linear equations using any method. If a solution does not exist, write no solution.
\n" );
document.write( "5x+6y=14
\n" );
document.write( "-3y+x=7 \n" );
document.write( "
Algebra.Com's Answer #153412 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 5x + 6y = 14 \n" ); document.write( "-3y + x = 7 \n" ); document.write( "Arrange it like this: \n" ); document.write( "5x + 6y = 14 \n" ); document.write( " x - 3y = 7 :(multiply this equation by 2, add to the 1st equation \n" ); document.write( "; \n" ); document.write( "5x + 6y = 14 \n" ); document.write( "2x - 6y = 14 \n" ); document.write( "----------------adding eliminates y, find x \n" ); document.write( "7x = 28 \n" ); document.write( "x = \n" ); document.write( "x = 4 \n" ); document.write( ": \n" ); document.write( "Find y using the 1st equation \n" ); document.write( "5(4) + 6y = 14 \n" ); document.write( "20 + 6y = 14 \n" ); document.write( "6y = 14 - 20 \n" ); document.write( "6y = -6 \n" ); document.write( "y = \n" ); document.write( "y = -1 \n" ); document.write( "; \n" ); document.write( "Check solutions using the 2nd equation \n" ); document.write( "-3y + x = 7 \n" ); document.write( "-3(-1) + 4 = 7 \n" ); document.write( "+3 + 4 = 7 \n" ); document.write( " |