Bunuel
Which of the following is equivalent to \(\frac{\frac{1}{2x} - \frac{x}{2}}{\frac{1}{x}+1}\)?
A. (1 − x)/2
B. (x − 1)/2
C. (x^2 − 1)/(2x)
D. (1 − x^2)/(2x)
E. 2x/(1 − x^2)
I would separate numerator and denominator, simplify with shortcuts*, then merge them
Numerator:
\((\frac{1}{2x} - \frac{x}{2})=\frac{1*2-2x*x}{2*2x}=\frac{2-2x^2}{4x}\)
Denominator:
\((\frac{1}{x}+1)=(\frac{1}{x}+\frac{1}{1})=\frac{1*1+x*1}{x*1}=\frac{1 + x}{x}\)
The term
\((1+x)\) is a big hint to simplify the original numerator. Answers show that a decent bit needs to be factored out.
\(\frac{2-2x^2}{4x}=\frac{2(1-x^2)}{4x}\)
\((1 - x^2)\) is a difference of squares.**
Numerator, simplified: \(\frac{2(1+x)(1-x)}{4x}\)
Combined again:
\(\frac{\frac{2(1+x)(1-x)}{4x}}{\frac{1 + x}{x}}=(\frac{2(1+x)(1-x)}{4x}*\frac{x}{(1+x)})=\)
\(\frac{(2)(1+x)(1-x)(x)}{(4x)(1+x)}=\frac{(1-x)}{2}\)Answer A
*Shortcuts: the shortcut to add / subtract fractions is not all that well-known in the U.S. (I've been polling). It saves a lot of time. Use judiciously. At times LCM is better. Shortcut: Add and subtract fractions the easy way
**\((a^2-b^2)=(a+b)(a-b)\)