QUESTION IMAGE
Question
rational equations
solving a rational equation mainly involves simplifying both sides of the equation and then multiplying them by the denominators so that it can be solved as a polynomial equation. this may result to ____ solutions which does/do not satisfy the original rational equation so it is necessary to check the solutions.
\\(\frac{-3}{x + 1}=\frac{2}{x - 9}\\) \quad check:
\\(\frac{7}{x + 4}=\frac{5}{x + 2}\\) \quad check:
\\(\frac{5}{x}=\frac{x - 3}{2}\\) \quad check:
\\(\frac{-x - 4}{2}=\frac{2}{x}\\) \quad check:
\\(\frac{-1}{x + 4}=\frac{9}{x^2 - 16}\\) \quad check:
\\(\frac{4}{x^2 - 1}=\frac{1}{x - 1}\\) \quad check:
\\(1 + \frac{2x^2}{x^3}= 6x\\) \quad check:
\\(\frac{x}{x^2}- 1 = 2x\\) \quad check:
1. $\boldsymbol{\frac{-3}{x+1} = \frac{2}{x-9}}$
Step1: Cross-multiply to eliminate denominators
$-3(x-9) = 2(x+1)$
Step2: Expand both sides
$-3x + 27 = 2x + 2$
Step3: Isolate $x$ terms
$-3x - 2x = 2 - 27$
$-5x = -25$
Step4: Solve for $x$
$x = \frac{-25}{-5} = 5$
Step5: Check solution (substitute $x=5$)
Left side: $\frac{-3}{5+1} = \frac{-3}{6} = -\frac{1}{2}$
Right side: $\frac{2}{5-9} = \frac{2}{-4} = -\frac{1}{2}$
Step1: Cross-multiply to eliminate denominators
$7(x+2) = 5(x+4)$
Step2: Expand both sides
$7x + 14 = 5x + 20$
Step3: Isolate $x$ terms
$7x - 5x = 20 - 14$
$2x = 6$
Step4: Solve for $x$
$x = \frac{6}{2} = 3$
Step5: Check solution (substitute $x=3$)
Left side: $\frac{7}{3+4} = \frac{7}{7} = 1$
Right side: $\frac{5}{3+2} = \frac{5}{5} = 1$
Step1: Cross-multiply to eliminate denominators
$5 \times 2 = x(x-3)$
Step2: Expand and rearrange to quadratic
$10 = x^2 - 3x$
$x^2 - 3x - 10 = 0$
Step3: Factor quadratic equation
$(x-5)(x+2) = 0$
Step4: Solve for $x$
$x-5=0 \implies x=5$; $x+2=0 \implies x=-2$
Step5: Check solutions
- For $x=5$: Left $\frac{5}{5}=1$, Right $\frac{5-3}{2}=1$ (valid)
- For $x=-2$: Left $\frac{5}{-2}=-2.5$, Right $\frac{-2-3}{2}=-2.5$ (valid)
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
$x=5$
---