C seems the obvious answer, bt if that were the were teh case, then this question would be kinda stupid, right?
What happens when x is negative, such as x=-2?
[ sqrt((-2)^2) ] / -2 = sqrt (4) /-2 = 2/-2 = -1
Thus, C is not the answer - for negative xs, the numerator will be positive (anything squared is nonnegative, and a square root is always positive), but the denominator is negative.
Get used to plugging in on such questions to avoid mistakes. Here's the correct approach when you first see the question for accurate solution:
variables in answer choices mean "plug in and eliminate".
plug in a regular number such as x=2. You get
[ sqrt((2)^2) ] / 2 = sqrt (4) /2 = 2/2 = 1
so if x=2, the answer should be 1. Plug in x=2 into answer choices, and eliminate everything that doesn't equal 1 for this plug in. BE SURE TO CHECK ALL 5: both C and E will give you a result of 1 for x=2.
Since you still have more than one possible answer choice, plug in a second number to eliminate one or the other. Now's the time to plug in a negative number: For x=-2, the required goal is -1. C still equals 1, but E equals |-2|/-2 = 2/-2 = -1 - and tus C is eliminated and E remains the only non-eliminated answer choice, which must be the right one.