4

Given x,y<0,

What is the value of

$$\frac{\sqrt{x^2}}{x} - \sqrt{\frac{-y}{\left\lvert y \right\rvert}}$$

Since $x$ and $y$ are negative that means the first term should reduce to

$$\frac{\left\lvert x \right\rvert}{x}$$

and the second term reduces to

$$\sqrt{\frac{\left\lvert y \right\rvert}{\left\lvert y \right\rvert}}$$

So the answer is $-1-1=-2$ ..... or so I thought.

The answer key says the answer is $y-1$ which I don't follow at all. The site has goofed some answers already so is the goof on their part or mine?

1 Answers1

3

You're correct.

$$\text{sgn}(x) - \sqrt{-\text{sgn}(y)} = -1 -\sqrt{+1} = -2$$

zahbaz
  • 10,441
  • 2
    Perhaps the book thought the problem was $-y\frac{\sqrt{x^2}}{x} - \sqrt{\frac{-y}{\left\lvert y \right\rvert}}$ ? – zahbaz Dec 18 '16 at 21:52