4

Correct Answer is $a$

My attempt:

$$1 - \frac{1}{ (1 + a) / (1 - a)}= 1 - \frac{1 - a}{1 + a} $$

multiply $(1 + a)$ on num and dem for the first term.

$$=\frac{1 + a}{1 + a} - \frac{1 - a}{1 + a}$$

combine and subtract.

$$=\frac{2a}{1 + a}$$

How does this simplify to $a$?

Dave
  • 13,568

2 Answers2

3

$$1 - {1\over {1 + a\over 1 - a}} = 1-{1-a\over 1+a} ={1+a\over 1+a}- {1-a\over 1+a} = {2a\over 1+a}$$

so it does not. Your calculations are correct.

2

$$1 - \dfrac{1}{\dfrac{1 + a}{1 - a}} = 1 - \dfrac{1 - a}{1 + a} = \dfrac{1 + a}{1 + a} - \dfrac{1 - a}{1 + a} = \dfrac{(1 + a) - (1 - a)}{1 + a} = \dfrac{2a}{1 + a} \ne a;$$

I agree with user582949; our OP is right at the answer he/she was given is wrong.

Robert Lewis
  • 71,180