Difference between revisions of "2006 AMC 10B Problems/Problem 7"

(Added problem and solution)
m (proofreading)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
Which of the folowing is equivalent to <math> \sqrt{\frac{x}{1-\frac{x-1}{x}}} </math> when <math> x < 0 </math>  
+
Which of the following is equivalent to <math> \sqrt{\frac{x}{1-\frac{x-1}{x}}} </math> when <math> x < 0 </math>?
  
 
<math> \mathrm{(A) \ } -x\qquad \mathrm{(B) \ } x\qquad \mathrm{(C) \ } 1\qquad \mathrm{(D) \ } \sqrt{\frac{x}{2}}\qquad \mathrm{(E) \ } x\sqrt{-1} </math>
 
<math> \mathrm{(A) \ } -x\qquad \mathrm{(B) \ } x\qquad \mathrm{(C) \ } 1\qquad \mathrm{(D) \ } \sqrt{\frac{x}{2}}\qquad \mathrm{(E) \ } x\sqrt{-1} </math>

Revision as of 13:39, 18 July 2006

Problem

Which of the following is equivalent to $\sqrt{\frac{x}{1-\frac{x-1}{x}}}$ when $x < 0$?

$\mathrm{(A) \ } -x\qquad \mathrm{(B) \ } x\qquad \mathrm{(C) \ } 1\qquad \mathrm{(D) \ } \sqrt{\frac{x}{2}}\qquad \mathrm{(E) \ } x\sqrt{-1}$

Solution

$\sqrt{\frac{x}{1-\frac{x-1}{x}}} =  \sqrt{\frac{x}{\frac{x}{x}-\frac{x-1}{x}}} = \sqrt{\frac{x}{\frac{x-(x-1)}{x}}} = \sqrt{\frac{x}{\frac{1}{x}}} = \sqrt{x^2} = |x|$

Since $x<0$

$|x|= -x \Rightarrow A$

See Also