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

 
(Added problem and solution)
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>
 +
 +
<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>
 +
 
== Solution ==
 
== Solution ==
 +
<math> \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|</math>
 +
 +
Since <math>x<0</math>
 +
 +
<math>|x|= -x \Rightarrow A </math>
 +
 
== See Also ==
 
== See Also ==
 
*[[2006 AMC 10B Problems]]
 
*[[2006 AMC 10B Problems]]

Revision as of 20:43, 13 July 2006

Problem

Which of the folowing 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