document.write( "Question 116081: If you could explain to me how to solve this problem, I would appreciate it. I need numerical values for a, b, c, and d. I know this involves substitution, I just don't know where to start! Thank you so much. \r
\n" ); document.write( "\n" ); document.write( "2a+3b-4c+6d=6\r
\n" ); document.write( "\n" ); document.write( "7a-5b-c=-7\r
\n" ); document.write( "\n" ); document.write( "13a-9b=6\r
\n" ); document.write( "\n" ); document.write( "d^2-2d=-1
\n" ); document.write( "

Algebra.Com's Answer #84413 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
Sort of complex. For reference I'm going to use Roman Numerals to Identify the 4 equations as follows:
\n" ); document.write( ".
\n" ); document.write( "(I) 2a+3b-4c+6d=6
\n" ); document.write( ".
\n" ); document.write( "(II) 7a-5b-c=-7
\n" ); document.write( ".
\n" ); document.write( "(III) 13a-9b=6
\n" ); document.write( ".
\n" ); document.write( "(IV) d^2-2d=-1
\n" ); document.write( ".
\n" ); document.write( "Cramer's rule might be an interesting way to solve this, but I'm going to assume that you
\n" ); document.write( "haven't studied that yet. So let's just plod our way through.
\n" ); document.write( ".
\n" ); document.write( "The first thing that I noticed was that equation (IV) has just one variable. So we can solve
\n" ); document.write( "it for d first thing. Add 1 to both sides of equation (IV) and it becomes:
\n" ); document.write( ".
\n" ); document.write( "d^2 - 2d + 1 = 0
\n" ); document.write( ".
\n" ); document.write( "The left side is a perfect square as follows:
\n" ); document.write( ".
\n" ); document.write( "(d - 1)^2 = 0
\n" ); document.write( ".
\n" ); document.write( "To make the left side equal to the zero on the right side we need to have:
\n" ); document.write( ".
\n" ); document.write( "d - 1 = 0
\n" ); document.write( ".
\n" ); document.write( "Solve for d by adding 1 to both sides to get:
\n" ); document.write( ".
\n" ); document.write( "d = 1
\n" ); document.write( ".
\n" ); document.write( "One down ... only a, b, and c to find. Before we go further let's go back to equation (I) and
\n" ); document.write( "substitute 1 for d to make that equation:
\n" ); document.write( ".
\n" ); document.write( "2a + 3b - 4c + 6(1) = 6
\n" ); document.write( ".
\n" ); document.write( "subtract 6 from both sides and equation I reduces to:
\n" ); document.write( ".
\n" ); document.write( "(I) 2a + 3b - 4c = 0
\n" ); document.write( ".
\n" ); document.write( "Notice that the form of this equation is now very similar to equation (II). Let's multiply
\n" ); document.write( "both sides of equation (II) by -4 and it becomes:
\n" ); document.write( ".
\n" ); document.write( "(II) -28a + 20b + 4c = 28
\n" ); document.write( ".
\n" ); document.write( "We now have the new equations (I) and (II) as:
\n" ); document.write( ".
\n" ); document.write( "( I ) 2a + 3b - 4c = 0
\n" ); document.write( "(II)-28a +20b + 4c = 28
\n" ); document.write( ".
\n" ); document.write( "Notice now what happens if we add these two equations vertically in columns. We eliminate
\n" ); document.write( "the terms containing the variable c and the equation resulting from this addition (call
\n" ); document.write( "it equation (I&II) is:
\n" ); document.write( ".
\n" ); document.write( "(I&II) -26a + 23b = 28
\n" ); document.write( ".
\n" ); document.write( "This looks a lot like equation (III) and the pair of equations is now:
\n" ); document.write( ".
\n" ); document.write( "(I&II)-26a + 23b = 28
\n" ); document.write( "(III) +13a - 9b = 6
\n" ); document.write( ".
\n" ); document.write( "Let's work to eliminate the variable \"a\". Multiply equation (III) ... all terms on both
\n" ); document.write( "sides by 2 to make the equation pair become:
\n" ); document.write( ".
\n" ); document.write( "(I&II)-26a + 23b = 28
\n" ); document.write( "(III) +26a - 18b = 12
\n" ); document.write( ".
\n" ); document.write( "If we then add the two equations vertically in columns, the two \"a\" terms cancel each other
\n" ); document.write( "and the combined equation that results from the addition (call it equation (I&II&III) becomes:
\n" ); document.write( ".
\n" ); document.write( "(I&II&III) 5b = 40
\n" ); document.write( ".
\n" ); document.write( "Divide both sides by 5 and get:
\n" ); document.write( ".
\n" ); document.write( "b = 40/5 = 8
\n" ); document.write( ".
\n" ); document.write( "Two down ... only a and c left to find.
\n" ); document.write( ".
\n" ); document.write( "Now that we know b = 8 we can return to the original equation (III) and substitute
\n" ); document.write( "8 for b to get:
\n" ); document.write( ".
\n" ); document.write( "(III) 13a - 9(8) = 6
\n" ); document.write( ".
\n" ); document.write( "Multiply 9 times 8 and the equation changes to:
\n" ); document.write( ".
\n" ); document.write( "(III) 13a - 72 = 6
\n" ); document.write( ".
\n" ); document.write( "Add 72 to both sides and it further becomes:
\n" ); document.write( ".
\n" ); document.write( "(III) 13a = 78
\n" ); document.write( ".
\n" ); document.write( "Solve for a by dividing both sides by 13 to get:
\n" ); document.write( ".
\n" ); document.write( "a = 78/13 = 6
\n" ); document.write( ".
\n" ); document.write( "One more to go ... just c left.
\n" ); document.write( ".
\n" ); document.write( "Return to one of the original equations that contains c and substitute the known values for
\n" ); document.write( "a and b. Let's go way back to equation (II). If we substitute 6 for a and 8 for b that equation
\n" ); document.write( "becomes:
\n" ); document.write( ".
\n" ); document.write( "(II) 7(6)- 5(8) - c = -7
\n" ); document.write( ".
\n" ); document.write( "Do the multiplications and we get:
\n" ); document.write( ".
\n" ); document.write( "(II) 42 - 40 - c = -7
\n" ); document.write( ".
\n" ); document.write( "Combine the numbers on the left side:
\n" ); document.write( ".
\n" ); document.write( "(II) 2 - c = -7
\n" ); document.write( ".
\n" ); document.write( "Subtract 2 from both sides to reduce this to:
\n" ); document.write( ".
\n" ); document.write( "(II) - c = -9
\n" ); document.write( ".
\n" ); document.write( "Solve for +c by multiplying both sides by -1 and we have:
\n" ); document.write( ".
\n" ); document.write( "c = +9
\n" ); document.write( ".
\n" ); document.write( "That's it ... no more variables to find. In summary: a = 6, b = 8, c = 9, and d = 1.
\n" ); document.write( ".
\n" ); document.write( "You can check these answers by returning to the original 4 equations and substituting
\n" ); document.write( "the values for a, b, c, and d as needed in each equation. You should (and will) find that
\n" ); document.write( "with these values the left side of each equation will equal the right side.
\n" ); document.write( ".
\n" ); document.write( "Hope this helps you to understand the problem.
\n" ); document.write( ".
\n" ); document.write( "
\n" );