SOLUTION: I am trying to help my niece with her homework and I need step-by-step instructions on how to use substitution to solve a system of equations. Example: 2x + 3y = 5 4x - 9y = 9

Algebra ->  Expressions-with-variables -> SOLUTION: I am trying to help my niece with her homework and I need step-by-step instructions on how to use substitution to solve a system of equations. Example: 2x + 3y = 5 4x - 9y = 9       Log On


   



Question 262455: I am trying to help my niece with her homework and I need step-by-step instructions on how to use substitution to solve a system of equations.
Example:
2x + 3y = 5
4x - 9y = 9
Thanks for any help that you can share!!

Found 4 solutions by stanbon, scott8148, Edwin McCravy, richwmiller:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
I am trying to help my niece with her homework and I need step-by-step instructions on how to use substitution to solve a system of equations.
Example:
2x + 3y = 5
4x - 9y = 9
------
These are optional steps. There are many ways to
proceed.
----
1st: Solve the 1st equation for "x", as follows:
2x + 3y = 5
2x = -3y + 5
x = (-3y+5)/2
---------------------------
2nd: Substitute for "x" in the 2nd original equation and solve for "y":
4[(-3y+5)/2] - 9y = 9
2(-3y+5) - 9y = 9
-6y + 10 - 9y = 9
-15y = -1
y = 1/15
----------
Since x = (-3y+5)/2, x = (-3(1/15)+5)/2,
x = [(-1/5)+5/2 = (24/5)/2 = 12/5
------------------------
Final Answer: y = -1/3 when x = 12/5
=======================================
Cheers,
Stan H.

Answer by scott8148(6628) About Me  (Show Source):
You can put this solution on YOUR website!
the "trick" is to substitute an equivalent value to get an equation with only one variable

look for a simple ratio between the terms of the SAME variable in the different equations
___ eg. the x term in the first equation is 2, while the x term in the second equation is 4
___ a simple ratio of 1:2

subtracting 3y in the first equation gives ___ 2x = 5 - 3y

in the second equation, the 4x term can be thought of as 2(2x)

so substituting the equivalent value of 2x from the first equation gives ___ 2(5 - 3y) - 9y = 9

distributing the 2 ___ 10 - 6y - 9y = 9 ___ 1 = 15y ___ 1/15 = y

substituting the value of y into the first equation ___ 2x + 3(1/15) = 5 ___ 2x = 72/15 ___ x = 36/15 = 12/5

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
system%282x+%2B+3y+=+5%2C%0D%0A4x+-+9y+=+9%29

Substitution is the worst way to solve a system which
does not have any letters with coefficient of 1 or -1.
Such systems are much easier solved by elimination.

However, since you specified to do it by substitution,
I will do so, but it will be much more difficult, as
it will involve lots of work with fractions. Here goes:

Solve the first equation for x

2x%2B3y=5
2x=5-3y
x=%285-3y%29%2F2

Substitute %285-3y%29%2F2 for x

4x+-+9y+=+9
4%28%285-3y%29%2F2%29-9y=9

Cancel the 2 into the 4 and get a 2 where the 4 is

%22%22%5E2cross%284%29%28%285-3y%29%2Fcross%282%29%29-9y=9

2%285-3y%29-9y=9

Distribute to remove the parentheses:

10-6y-9y=9

Combine like terms:

10-15y=9

Add -10 to both sides:

-15y=-1

Divide both sides by -15

%28-15y%29%2F%28-15%29=%28-1%29%2F%28-15%29

Cancel the -15's, and simplify the right side

%28cross%28-15%29y%29%2F%28cross%28-15%29%29=1%2F15

y=1%2F15

Now we substitute 1%2F15 for y into

x=%285-3y%29%2F2

x=%285-3%281%2F15%29%29%2F2

Cancel the 3 into the 15

x=%285-cross%283%29%281%2Fcross%2815%29%5B5%5D%29%29%2F2

x=%285-1%2F5%29%2F2

Simplify the compound fraction by multiplying
the numerator and denominator by the LCD of 5

x=%285%2A%285-1%2F5%29%29%2F%285%2A2%29

Distribute the 5 into the parentheses, and write 10 for the
denominator 5%2A2:

x=%285%2A5-5%2A%281%2F5%29%29%2F10

Write 25 for 5*5 and cancel the 5's in the second
term on top:

x=%2825-cross%285%29%2A%281%2Fcross%285%29%29%29%2F10

x=%2825-1%29%2F10

x=24%2F10

We reduce the fraction:

x=12%2F5

So the solution is x=12%2F5, y=1%2F15

But that is by far the hardest way to solve a 
system of equations which has none of the terms
x, -x, y, or -y.  The easist way would be the
elimination method.  

Edwin







Answer by richwmiller(17219) About Me  (Show Source):
You can put this solution on YOUR website!
Edwin is right. Substitution is the worst way to solve it.
Elimination is the way to go.
Just so you see how much easier it is with elimination.
This system begs to be done by elimination.
9 is a multiple of 3 and 4 is a multiple of 2.
Sow e have several choices.
I choose multiply first by 3 and add
6x+9y=15
4x-9y=9
add
10x=24
x=24/10 or 12/5 or 2.4
we could just plug 12/5 into any equation and solve for y
but we'll solve using elimination too!
multiply first equation by 2
4x+6y=10
4x-9y=9
subtract
15y=1
y=1/15
x=12/5
(12/5,1/15)
These equations were begging for elimination.