Is (x/√x)>1
First things first, x cannot be negative or zero, as you cannot take the square root of a negative number, nor can x be = ) as that would leave ) in the denominator which isn't valid.
(1) x^2 -5x + 6 > 0
(x - 2)*(x - 3) > 0
x>3 OR x<2
If x>3 then (x-2)*(x-3) is (+)*(+) which is greater than zero.
if x<2 then (x-2)*(x-3) is (-)*(-) which is positive thus greater than zero.
So
x>3
(x/√x)>1
(3/√3)>1 TRUE
x<1
(1/√1)>1 FALSE (1/√1 =1)
INSUFFICIENT
(2) |x|^2 - 5|x| + 6 > 0
As we determined in the stem, x cannot be negative nor can it be zero. Therefore, x must be positive.
|x|^2 - 5|x| + 6 > 0
(x)^2 - 5(x) + 6 > 0
x^2-5x +6 > 0
(x-2)*(x-3) > 0
x>3 OR x<2
If x>3 then (x-2)*(x-3) is (+)*(+) which is greater than zero.
if x<2 then (x-2)*(x-3) is (-)*(-) which is positive thus greater than zero.
We're left with the same information we determined in #1)
INSUFFICIENT
(E)