MathRevolution
[GMAT math practice question]
What is the solution (\(x, y\)) of the following system of equations?
\(\frac{7}{x+y} + \frac{3}{x-y} = 1\) and \(\frac{1}{x+y} - \frac{2}{x-y} = 5\)
A. (\(\frac{3}{4}, \frac{1}{4}\))
B. (\(\frac{3}{5}, \frac{1}{4}\))
C. (\(\frac{1}{4}, \frac{3}{4}\))
D. (\(\frac{3}{5}, \frac{1}{5}\))
E. (\(\frac{3}{4}, \frac{1}{5}\))
Method 1: Inspecting the Answer Choices (Back-Solving)This is often the fastest method for systems of equations with complex fractions.
Let's look at the term \(x + y\) in the denominators.
In options (A), (B), (C), and (E), the sum \(x + y\) is a nice integer.
For example, in (C): \(x = \frac{1}{4}, y = \frac{3}{4} \implies x + y = 1\).
Let's test
Option (C): \((\frac{1}{4}, \frac{3}{4})\)
1. Calculate the denominators:
\(x + y = \frac{1}{4} + \frac{3}{4} = 1\)
\(x - y = \frac{1}{4} - \frac{3}{4} = -\frac{2}{4} = -\frac{1}{2}\)
2. Plug these into the second equation (it looks slightly easier to check mentally):
\(\frac{1}{x+y} - \frac{2}{x-y} = 5\)
\(\frac{1}{1} - \frac{2}{-1/2}\)
Dividing by \(-1/2\) is the same as multiplying by \(-2\):
\(1 - (2 \times -2) = 1 - (-4) = 1 + 4 = 5\)
This matches the equation perfectly!
3. Quickly verify with the first equation:
\(\frac{7}{x+y} + \frac{3}{x-y} = 1\)
\(\frac{7}{1} + \frac{3}{-1/2}\)
\(7 + (3 \times -2) = 7 - 6 = 1\)
Matches.
Option (C) is correct.[hr]
Method 2: Algebraic SubstitutionIf you prefer solving it directly, substitute variables to clear the fractions.
Let \(u = \frac{1}{x+y}\) and \(v = \frac{1}{x-y}\).
The equations become:
1) \(7u + 3v = 1\)
2) \(u - 2v = 5 \implies u = 5 + 2v\)
Substitute (2) into (1):
\(7(5 + 2v) + 3v = 1\)
\(35 + 14v + 3v = 1\)
\(17v = -34\)
\(v = -2\)
Now find \(u\):
\(u = 5 + 2(-2) = 1\)
Now convert back to \(x\) and \(y\):
\(\frac{1}{x+y} = 1 \implies x + y = 1\)
\(\frac{1}{x-y} = -2 \implies x - y = -\frac{1}{2}\)
Add the two linear equations:
\(2x = 1 - 0.5\)
\(2x = 0.5\)
\(x = 0.25 = \frac{1}{4}\)
Since \(x + y = 1\):
\(\frac{1}{4} + y = 1 \implies y = \frac{3}{4}\)
Answer: C