document.write( "Question 40558This question is from textbook INTERMEDIATE ALGEBRA
\n" );
document.write( ": 5. 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( "6x + 2y = 2
\n" );
document.write( "3x + 5y = 5
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #26015 by junior403(76)![]() ![]() ![]() You can put this solution on YOUR website! Solve this system of equations using the elimination method. \n" ); document.write( "6x + 2y = 2 \n" ); document.write( "3x + 5y = 5 \n" ); document.write( "First we need to decide which coefficiant to work with in order to cancel out or \"eliminate\" the other. \n" ); document.write( "For instance, we have 6x and 3x. \n" ); document.write( "What do we need to do to the 3x in order to cancel out the 6x? \n" ); document.write( "What if we multiply the second (bottom) equation by -2. \n" ); document.write( "6x + 2y = 2 \n" ); document.write( "-2(3x + 5y = 5) \n" ); document.write( "When we distribute, we get... \n" ); document.write( "6x + 2y = 2 \n" ); document.write( "-6x -10y = -10 \n" ); document.write( "Now we can add our system and eliminate the x (for now) and solve the equation for y. Like so... \n" ); document.write( "6x + 2y = 2 \n" ); document.write( "-6x -10y = -10 \n" ); document.write( "_______________ \n" ); document.write( "0 - 8y = -8 \n" ); document.write( "or... \n" ); document.write( "-8y = -8 \n" ); document.write( "We can now divide both sides by -8... \n" ); document.write( "-8/-8 = 1 \n" ); document.write( "So... \n" ); document.write( "y = 1 \n" ); document.write( "But wait, we're not done yet! \n" ); document.write( "Now we have to insert the value for y into one of the original equations in order to get the value for x. \n" ); document.write( "So, let's take... \n" ); document.write( "6x + 2y = 2 \n" ); document.write( "Insert the value for y = 1. \n" ); document.write( "6x + 2(1) = 2 \n" ); document.write( "Now solve for x... \n" ); document.write( "6x + 2 = 2 \n" ); document.write( "6x = 0 \n" ); document.write( "if we divide both sodes by 6 we get 0/6 which equals 0 \n" ); document.write( "So... \n" ); document.write( "x = 0 \n" ); document.write( "Now we should check to see if our answers make the original equations true \n" ); document.write( "6x + 2y = 2 \n" ); document.write( "3x + 5y = 5 \n" ); document.write( "or... \n" ); document.write( "6(0) + 2(1) = 2 \n" ); document.write( "3(0) + 5(1) = 5 \n" ); document.write( "These are both true. \n" ); document.write( "So our solution set is... \n" ); document.write( "(0,1) \n" ); document.write( "I hope this helps \n" ); document.write( "Good Luck! \n" ); document.write( " \n" ); document.write( " |