Question

Solve the rational equation and check for undefined values

Original question: Problem 6: \frac{3}{x}+\frac{12}{x^2-4x}=\frac{-7}{x-4} \frac{3}{x}+\frac{12}{x^2-4x}+\frac{7}{x-4}=0 \frac{3}{x}+\frac{12}{x^2-4x}+\frac{7}{x-4}=0 x(x-4) \frac{10x}{x(x-4)}=0 \frac{10}{x-4}=0

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: Rational equations often reward patience more than speed. If a simplification seems too easy, it usually means the domain check is waiting at the end.

Step 1: Find the excluded values

For

3x+12x2βˆ’4x=βˆ’7xβˆ’4\frac{3}{x}+\frac{12}{x^2-4x}=\frac{-7}{x-4}

factor the quadratic denominator:

x2βˆ’4x=x(xβˆ’4)x^2-4x=x(x-4)

So the restrictions are

x≠0,x≠4x\ne 0,\quad x\ne 4

Step 2: Rewrite with a common denominator

The common denominator is x(xβˆ’4)x(x-4).

Rewrite each term:

3x=3(xβˆ’4)x(xβˆ’4)\frac{3}{x}=\frac{3(x-4)}{x(x-4)}

12x(xβˆ’4)=12x(xβˆ’4)\frac{12}{x(x-4)}=\frac{12}{x(x-4)}

βˆ’7xβˆ’4=βˆ’7xx(xβˆ’4)\frac{-7}{x-4}=\frac{-7x}{x(x-4)}

Step 3: Combine the fractions

3(xβˆ’4)+12x(xβˆ’4)=βˆ’7xx(xβˆ’4)\frac{3(x-4)+12}{x(x-4)}=\frac{-7x}{x(x-4)}

Simplify the numerator on the left:

3xβˆ’12+12x(xβˆ’4)=βˆ’7xx(xβˆ’4)\frac{3x-12+12}{x(x-4)}=\frac{-7x}{x(x-4)}

So

3xx(xβˆ’4)=βˆ’7xx(xβˆ’4)\frac{3x}{x(x-4)}=\frac{-7x}{x(x-4)}

Multiply both sides by x(xβˆ’4)x(x-4):

3x=βˆ’7x3x=-7x

Step 4: Solve

10x=010x=0

x=0x=0

Step 5: Check restrictions

But x=0x=0 is excluded. So there is no valid solution.

Final answer

NoΒ solution\boxed{\text{No solution}}


Pitfalls the pros know πŸ‘‡ A shortcut can be dangerous here: after canceling an xx, it may look like the equation became simpler, but cancellation is only legal when the factor is guaranteed nonzero. Since x=0x=0 is already excluded, you still have to reject it at the end.

What if the problem changes? If the right-hand side were a different number, the common-denominator method would stay the same. Sometimes you get one valid solution, sometimes none, and sometimes an identity after simplification. The restriction list still comes first.

Tags: common denominator, excluded values, factorization

FAQ

Why is x = 0 excluded before solving?

Because it makes the denominator x equal to 0, which is undefined.

What is the common denominator here?

The common denominator is x(x - 4).

chat