document.write( "Question 63449: 1. Solve the system of equations using the addition (elimination) method.
\n" );
document.write( "If the answer is a unique solution, present it as an ordered pair: (x, y). If not, specify whether the answer is “no solution” or “infinitely many solutions.”
\n" );
document.write( "x + 2y = 5
\n" );
document.write( "3x + 4y = 1\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2. Solve the system of equations using the addition (elimination) method.
\n" );
document.write( "If the answer is a unique solution, present it as an ordered pair: (x, y). If not, specify whether the answer is “no solution” or “infinitely many solutions.”
\n" );
document.write( "5x – 4y = 1
\n" );
document.write( "-10x + 8y = -3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #44152 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. Solve the system of equations using the addition (elimination) method. \n" ); document.write( "If the answer is a unique solution, present it as an ordered pair: (x, y). If not, specify whether the answer is “no solution” or “infinitely many solutions.” \n" ); document.write( "1st: x + 2y = 5 \n" ); document.write( "2nd: 3x + 4y = 1 \n" ); document.write( "------------- \n" ); document.write( "Multiply 1st by 2 to get: \n" ); document.write( "3rd: 2x+4y = 10 \n" ); document.write( "----------------- \n" ); document.write( "Subtract 3rd from 2nd to get: \n" ); document.write( "4th: x=-9 \n" ); document.write( "------------- \n" ); document.write( "Substitute x=-9 into 1st to solve for y, as follows: \n" ); document.write( "-9+2y=5 \n" ); document.write( "2y=14 \n" ); document.write( "y=7 \n" ); document.write( "------------- \n" ); document.write( "Final solution: \n" ); document.write( "x=-9. y=7 \n" ); document.write( "--------------\r \n" ); document.write( "\n" ); document.write( "2. Solve the system of equations using the addition (elimination) method. \n" ); document.write( "If the answer is a unique solution, present it as an ordered pair: (x, y). If not, specify whether the answer is “no solution” or “infinitely many solutions.” \n" ); document.write( "1st: 5x – 4y = 1 \n" ); document.write( "2nd: -10x + 8y = -3 \n" ); document.write( "--------- \n" ); document.write( "Multiply 1st by 2 to get: \n" ); document.write( "3rd: 10x-8y=2 \n" ); document.write( "---------- \n" ); document.write( "Add 3rd to 2nd to get: \n" ); document.write( "0.-1 \n" ); document.write( "This is a contradiction and implies there \n" ); document.write( "is no solution to the system of equations. \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |