Question

Difficulty: MediumSystems of Linear Equations
Consider the system of equations below:
13x+14y=5xy=8\begin{aligned} \frac{1}{3}x + \frac{1}{4}y &= 5 \\ x - y &= 8 \end{aligned}
If (x,y)(x, y) is the solution to the system, what is the value of yy?

Answer: 4

Answer

The value of yy is 44.
Substituting x=y+8x = y + 8 from the second equation into the first equation yields 13(y+8)+14y=5\frac{1}{3}(y + 8) + \frac{1}{4}y = 5. Multiplying the entire equation by 1212 to clear denominators gives 4(y+8)+3y=604(y + 8) + 3y = 60, which simplifies to 7y+32=607y + 32 = 60. Solving for yy gives 7y=287y = 28, or y=4y = 4.

Step-by-Step Solution

1
Express xx in terms of yy from the second equation.
x=y+8x = y + 8
This allows for substitution into the first equation to solve for yy directly.
2
Substitute x=y+8x = y + 8 into the first equation.
13(y+8)+14y=5_\frac{1}{3}(y + 8) + \frac{1}{4}y = 5
This reduces the system to a single-variable linear equation in terms of yy.
3
Multiply the entire equation by the least common multiple of the denominators, which is 1212.
4(y+8)+3y=604(y + 8) + 3y = 60
This clears the fractional coefficients and simplifies the arithmetic.
4
Distribute the 44 and combine like terms.
7y+32=607y + 32 = 60
Simplifies the equation to prepare for isolating the variable yy.
5
Isolate the variable term by subtracting 3232 from both sides, then dividing by 77.
y=4y = 4
This gives the final value of yy that satisfies the system.

Key Concept

Solving systems of linear equations using substitution and clearing fractional coefficients
Rate this question