Solve Two Equations Simultaneously: Using Substitution to Find x and y

Question

Solve the following equations for x and y using the substitution method:

{2x3y4+xy5=302y+x83yx4=12 \begin{cases} \frac{2x-3y}{4}+\frac{x-y}{5}=30 \\ \frac{2y+x}{8}-\frac{3y-x}{4}=12 \end{cases}

Video Solution

Step-by-Step Solution

To solve this system, we'll first simplify and manipulate the equations to perform substitution. Let's begin:

The first equation is 2x3y4+xy5=30 \frac{2x-3y}{4} + \frac{x-y}{5} = 30 .
To eliminate the fractions, multiply through by 20 (the least common multiple of 4 and 5):

20(2x3y4)+20(xy5)=20×30 20 \left( \frac{2x-3y}{4} \right) + 20 \left( \frac{x-y}{5} \right) = 20 \times 30

Simplifying each term gives:
5(2x3y)+4(xy)=600 5(2x - 3y) + 4(x - y) = 600

Expanding the terms:

10x15y+4x4y=600 10x - 15y + 4x - 4y = 600

Combine like terms:

14x19y=600 14x - 19y = 600     [Equation (1)]

Next, let's work on the second equation: 2y+x83yx4=12 \frac{2y + x}{8} - \frac{3y - x}{4} = 12 .
Multiply through by 8 to clear the denominators:

8(2y+x8)8(3yx4)=8×12 8 \left( \frac{2y + x}{8} \right) - 8 \left( \frac{3y - x}{4} \right) = 8 \times 12

Simplifying each term gives:

2y+x2(3yx)=96 2y + x - 2(3y - x) = 96

Expanding the terms:

2y+x6y+2x=96 2y + x - 6y + 2x = 96

Combine like terms for a simplified second equation:

3x4y=96 3x - 4y = 96     [Equation (2)]

Now let's use substitution:

From Equation (2), solve for x x :

3x=4y+96 3x = 4y + 96

x=4y+963 x = \frac{4y + 96}{3}

Substitute this expression for x x in Equation (1):

14(4y+963)19y=600 14\left( \frac{4y + 96}{3} \right) - 19y = 600

Multiply through by 3 to clear the fraction:

14(4y+96)57y=1800 14(4y + 96) - 57y = 1800

56y+134457y=1800 56y + 1344 - 57y = 1800

Combine like terms:

y+1344=1800 -y + 1344 = 1800

Solve for y y :

y=18001344=456 -y = 1800 - 1344 = 456

y=456 y = -456

Substitute y=456 y = -456 back into the expression for x x :

x=4(456)+963 x = \frac{4(-456) + 96}{3}

x=1824+963 x = \frac{-1824 + 96}{3}

x=17283 x = \frac{-1728}{3}

x=576 x = -576

Thus, the solution for the system is:

x=576,y=456 x = -576, y = -456

After verifying against the provided answer choices, the solution is consistent with choice 4.

Therefore, the solution to the problem is x=576,y=456 x = -576, y = -456 .

Answer

x=576,y=456 x=-576,y=-456