caps complex tests



On 11/14/2010 2:42 PM, Richard Hennessy wrote:
> I guess, under the interpretation that sqrt(x^2) = x then this answer 
> is right.
>
Well, if sqrt(x^2)=x,  then how do you feel about

             sqrt( (1-y)^2)  =   1-y  ?

            and
             sqrt((y-1)^2)   = y-1  ?


Of course,  (1-y)^2 = (y-1)^2,  so  the sqrt()   could be either of 
those two things, or a third, which is abs(1-y)  which chooses half of
one answer and half of the other.

RJf