On analysing the problem after my mock test I can think of 3 different ways to solve it -
1. Squaring each number... (I used this method in my mock)
Concept - The smaller the negative number, you are squaring, the larger its answer will be (when it becomes positive on squaring)... I confirmed this while I was giving the mock exam... (-1/2)^2 > (-1/4)^2... also... (-2)^2 > (-1)^2...
Using this concept below are the steps I carried out -
1. I squared each of the 5 numbers given - and in the order given received values of --> 3, 1/5, 1/3, 5, 1...
2. Ordering them from smallest to largest --> 1/5, 1/3, 1, 3, 5...
3. After rearranging them in step 2, We need the 4th largest number, this means on squaring, we need to find the 4th smallest number or the second largest number (applying the concept mentioned above) --> 1/3...
4. 1/3 is received by squaring the 3rd value, listed above... which is option C...
Happy that I got this right, but it took me around 4-5 mins to get the correct answer...
2. Estimation
This is pretty quick if you can keep your mind clear, and do basic calculations and estimations... Since I get such questions wrong, my mind kind of froze during the mock, and i ended up using the longer and surer way of getting the answer..
1. Using following values for estimation - √3 = 1.7, √5 = 2.2... we get approx values as below -
For the 1st value mentioned above --> -3/√3 = -3/1.7 = approx -1.8...
For the 2nd value mentioned above --> - √5/5 = approx -0.44
For the 3rd value mentioned above --> - √3/3 = approx -0.57
For the 4th value mentioned above --> - 5/√5 = approx -2.2
5th value is -1...
Now arranging them in the order of smallest to largest, we see x4 = -0.57, which is the 3rd value, which option C
3. The method used by Chetan2u above