Problem 1 — Simplify and Find the Domain (Variant Bank)
Variant 0: \( \dfrac{x^2-4}{x^2+x-2} \)
Factor: \( x^2-4 = (x-2)(x+2) \), \( x^2+x-2 = (x+2)(x-1) \).
Domain: \( x \neq 1, x \neq -2 \) (from original denominator).
Cancel \( (x+2) \): \( \dfrac{x-2}{x-1}, \quad x \neq 1, \; x \neq -2 \)
Variant 1: \( \dfrac{x^2-9}{x^2-x-6} \)
Factor: \( x^2-9 = (x-3)(x+3) \), \( x^2-x-6 = (x-3)(x+2) \).
Domain: \( x \neq 3, x \neq -2 \).
Cancel \( (x-3) \): \( \dfrac{x+3}{x+2}, \quad x \neq 3, \; x \neq -2 \)
Variant 2: \( \dfrac{x^2-x-12}{x^2-6x+8} \)
Factor: \( x^2-x-12 = (x-4)(x+3) \), \( x^2-6x+8 = (x-4)(x-2) \).
Domain: \( x \neq 4, x \neq 2 \).
Cancel \( (x-4) \): \( \dfrac{x+3}{x-2}, \quad x \neq 4, \; x \neq 2 \)
Variant 3: \( \dfrac{x^2+2x-3}{x^2-1} \)
Factor: \( x^2+2x-3 = (x+3)(x-1) \), \( x^2-1 = (x-1)(x+1) \).
Domain: \( x \neq 1, x \neq -1 \).
Cancel \( (x-1) \): \( \dfrac{x+3}{x+1}, \quad x \neq 1, \; x \neq -1 \)
Variant 4: \( \dfrac{x^2-5x+6}{x^2-4x+3} \)
Factor: \( x^2-5x+6 = (x-2)(x-3) \), \( x^2-4x+3 = (x-1)(x-3) \).
Domain: \( x \neq 3, x \neq 1 \).
Cancel \( (x-3) \): \( \dfrac{x-2}{x-1}, \quad x \neq 3, \; x \neq 1 \)
Problem 2 — Building the LCD (Non-regenerable)
Add \( \dfrac{5}{x} + \dfrac{2}{x+3} + \dfrac{1}{x^2+3x} \).
Factor \( x^2+3x = x(x+3) \). LCD \( = x(x+3) \).
\[ \frac{5(x+3)}{x(x+3)} + \frac{2x}{x(x+3)} + \frac{1}{x(x+3)} = \frac{5x+15+2x+1}{x(x+3)} = \frac{7x+16}{x(x+3)} \]
Check if \( 7x+16 \) shares a factor with \( x(x+3) \): at \( x=0 \), \( 7(0)+16=16 \neq 0 \); at \( x=-3 \), \( 7(-3)+16=-5 \neq 0 \). Not factorable further.
\[ \frac{7x+16}{x(x+3)}, \quad x \neq 0, \; x \neq -3 \]
Problem 3 — Subtraction Sign Distribution (Variant Bank)
Variant 0: \( \dfrac{4}{x+1} - \dfrac{2}{x-3} \)
LCD \( = (x+1)(x-3) \). Numerator: \( 4(x-3) - 2(x+1) = 4x-12-2x-2 = 2x-14 = 2(x-7) \).
\[ \frac{2(x-7)}{(x+1)(x-3)}, \quad x \neq -1, \; x \neq 3 \]
Variant 1: \( \dfrac{5}{x-2} - \dfrac{3}{x+4} \)
LCD \( = (x-2)(x+4) \). Numerator: \( 5(x+4) - 3(x-2) = 5x+20-3x+6 = 2x+26 = 2(x+13) \).
\[ \frac{2(x+13)}{(x-2)(x+4)}, \quad x \neq 2, \; x \neq -4 \]
Variant 2: \( \dfrac{3}{x+5} - \dfrac{1}{x-1} \)
LCD \( = (x+5)(x-1) \). Numerator: \( 3(x-1) - 1(x+5) = 3x-3-x-5 = 2x-8 = 2(x-4) \).
\[ \frac{2(x-4)}{(x+5)(x-1)}, \quad x \neq -5, \; x \neq 1 \]
Variant 3: \( \dfrac{6}{x-4} - \dfrac{2}{x+3} \)
LCD \( = (x-4)(x+3) \). Numerator: \( 6(x+3) - 2(x-4) = 6x+18-2x+8 = 4x+26 = 2(2x+13) \).
\[ \frac{2(2x+13)}{(x-4)(x+3)}, \quad x \neq 4, \; x \neq -3 \]
Variant 4: \( \dfrac{7}{x+2} - \dfrac{4}{x-5} \)
LCD \( = (x+2)(x-5) \). Numerator: \( 7(x-5) - 4(x+2) = 7x-35-4x-8 = 3x-43 \).
\[ \frac{3x-43}{(x+2)(x-5)}, \quad x \neq -2, \; x \neq 5 \]
Problem 4 — Complex Fraction (Non-regenerable)
Simplify \( \dfrac{\dfrac{x+1}{x-3}}{\dfrac{x^2-1}{x^2-9}} \).
Rewrite as division: \( \dfrac{x+1}{x-3} \div \dfrac{x^2-1}{x^2-9} = \dfrac{x+1}{x-3} \cdot \dfrac{x^2-9}{x^2-1} \)
Factor all: \( x^2-1 = (x-1)(x+1) \), \( x^2-9 = (x-3)(x+3) \).
\[ \frac{(x+1)}{(x-3)} \cdot \frac{(x-3)(x+3)}{(x-1)(x+1)} = \frac{\cancel{(x+1)}\cancel{(x-3)}(x+3)}{\cancel{(x-3)}(x-1)\cancel{(x+1)}} = \frac{x+3}{x-1} \]
Domain: \( x \neq 3, \; x \neq -3, \; x \neq 1, \; x \neq -1 \)