Study the information carefully and answer the question below. A number sorting machine when an input numbers, rearranges the numbers in a particular manner step by step. The following is an illustration of input.
And so on till all the numbers get arranged in ascending order. What will be the step III for the following? Input ’68, 182, 39, 93, 129, 129, 46, 21, 58’ |
|||||||||||||
(a) |
21, 39, 68, 93, 129, 46, 58, 182 |
(b) |
21, 39, 68, 129, 93, 46, 58, 182 |
||||||||||
(c) |
Cannot be determined |
(d) |
None of these |
Study the information carefully and answer the question below. A number sorting machine when an input numbers, rearranges the numbers in a particular manner step by step. The following is an illustration of input.
And so on till all the numbers get arranged in ascending order. What will be the step III for the following? Input ’68, 182, 39, 93, 129, 129, 46, 21, 58’ |
|||||||||||||
(a) |
21, 39, 68, 93, 129, 46, 58, 182 |
(b) |
21, 39, 68, 129, 93, 46, 58, 182 |
||||||||||
(c) |
Cannot be determined |
(d) |
None of these |
Step I - the smallest number comes at the first from left and remaining lines towards right
Step II - the 2nd smallest number comes at the second position from left and remaining lines towards right
Step III - the 3rd smallest number comes at the 3rd position from left and remaining lines towards right. Further steps will be obtained in the same manner till all the words gets arranged in ascending order.
By applying above rules for given input, we get step III - 21, 39, 46, 68, 182, 93, 129, 58.