138k views
16 votes
In some cases, neither of the two equations in the system will contain a variable with a coefficient of 1, so we must take a further step to isolate it. Let's say we now have

3C+4D=5
2C+5D=2
None of these terms has a coefficient of 1. Instead, we'll pick the variable with the smallest coefficient and isolate it. Move the term with the lowest coefficient so that it's alone on one side of its equation, then divide by the coefficient. Which of the following expressions would result from that process?
Now that you have one of the two variables in Part D isolated, use substitution to solve for the two variables. You may want to review the Multiplication and Division of Fractions and Simplifying an Expression Primers.

User SQB
by
3.7k points

1 Answer

11 votes

Answer:

D = -4/7 = - 0.57

C = 17/7 = 2.43

Step-by-step explanation:

We have the following two equations:


3C + 4D = 5\ --------------- eqn (1)\\2C + 5D = 2\ --------------- eqn (2)

First, we isolate C from equation (2):


2C + 5D = 2\\2C = 2 - 5D\\C = (2 - 5D)/(2)\ -------------- eqn(3)

using this value of C from equation (3) in equation (1):


3((2-5D)/(2)) + 4D = 5\\\\(6-15D)/(2) + 4D = 5\\\\(6-15D+8D)/(2) = 5\\\\6-7D = (5)(2)\\7D = 6-10\\\\D = -(4)/(7)

D = - 0.57

Put this value in equation (3), we get:


C = (2-(5)((-4)/(7) ))/(2)\\\\C = ((14+20)/(7))/(2)\\\\C = (34)/((7)(2))\\\\C = (17)/(7)\\

C = 2.43

User TabsNotSpaces
by
3.3k points