Problem 48

Question

For exercises 43-58, (a) solve. (b) check. $$ \frac{4}{a+6}=\frac{9}{a-4} $$

Step-by-Step Solution

Verified
Answer
The solution is \( a = -14 \) and it satisfies the original equation.
1Step 1: Cross-multiply
Cross-multiply to eliminate the fractions. This means multiplying the numerator of each fraction by the denominator of the other fraction: \[ 4(a-4) = 9(a+6) \]
2Step 2: Distribute
Distribute the numbers inside the parentheses: \[ 4a - 16 = 9a + 54 \]
3Step 3: Move all terms involving the variable to one side
Subtract 4a from both sides to combine like terms: \[ -16 = 5a + 54 \]
4Step 4: Isolate the variable
Subtract 54 from both sides: \[ -16 - 54 = 5a \] This simplifies to: \[ -70 = 5a \]
5Step 5: Solve for the variable
Divide both sides by 5: \[ a = -14 \]
6Step 6: Check
Substitute \( a = -14 \) back into the original equation to verify: \[ \frac{4}{-14 + 6} = \frac{9}{-14 - 4} \] This simplifies to: \[ \frac{4}{-8} = \frac{9}{-18} \] Both sides simplify to: \[ -\frac{1}{2} = -\frac{1}{2} \] The solution is verified.

Key Concepts

Cross-MultiplicationDistributive PropertySolving for Variables
Cross-Multiplication
When solving rational equations, a key technique used is cross-multiplication. This helps eliminate the fractions, making it easier to solve for the variable. Cross-multiplication involves multiplying the numerator of one fraction by the denominator of the other fraction. For example, in the equation \[ \frac{4}{a+6}=\frac{9}{a-4} \], you would multiply 4 by \(a-4\) and 9 by \(a+6\).
This results in the equation: \[ 4(a-4) = 9(a+6) \].
Now, we no longer have fractions, and we can proceed to solve the equation.
Cross-multiplication works because it produces an equivalent equation without changing the relationship between the sides. Just remember that this method only works when each side of the equation is a single fraction.
Distributive Property
The distributive property is essential when dealing with equations that have variables and constants inside parentheses.
It means you need to distribute (or multiply) the number outside the parentheses by each term inside the parentheses. For example, if you have \[ 4(a-4) \], distribute the 4:
\[ 4a - 16 \].
Similarly, for the other side of our example equation \[ 9(a+6) \], distribute the 9:
\[ 9a + 54 \].
Using the distributive property simplifies the equation and gets rid of parentheses, making it easier to combine like terms and solve for the variable.
Solving for Variables
Once you've used cross-multiplication and the distributive property, your goal is to isolate the variable. This means getting the variable on one side of the equation and constants on the other.
Here’s how it works:
  • First, combine like terms involving the variable by moving them to one side. For example, subtract \(4a\) from both sides of the equation \(4a - 16 = 9a + 54\), resulting in \[ -16 = 5a + 54 \].
  • Next, isolate the variable by performing inverse operations. Subtract 54 from both sides: \[ -16 - 54 = 5a \], which simplifies to \[ -70 = 5a \].
    Finally, divide both sides by 5 to solve for \(a\):
    \[ a = -14 \].
    Don’t forget to check your solution by substituting it back into the original equation to ensure both sides are equal.
    This final step verifies your solution and confirms its correctness.