If X<0, then Sqrt (-X *abs(X)) is:
A.) -X
B.) -1
C.) 1
D.) X
E.) Sqrt (X)
Can someone please help me with this?
THE OA is A
Viswanathan.harsha Wrote:If X<0, then Sqrt (-X *abs(X)) is:
A.) -X
B.) -1
C.) 1
D.) X
E.) Sqrt (X)
Can someone please help me with this?
THE OA is A
Viswanathan.harsha Wrote:Thanks for the explanation. Can you please explain what you mean by mod (X) ?
Viswanathan.harsha Wrote:Thanks, i've been using abs(x) for so long that I forgot about the term Mod(x). I guess since the mod(x) must be a positive number, and x < 0, then to make the over value positive, it must be (-X) = X. Is this correct?