Question
Six persons H, X, E, J, L and K stand in a queue
according to their heights. Not more than two persons are shorter than K. L is taller than E, who is taller than K. H is taller than both X and J, who is not shortest. H is shorter than E. J is not third shortest person. How many persons are taller than J?Solution
Not more than two persons are shorter than K. ___ > ____ > _____ K > ___ > ____ ………. (I) ___ > ____ > _____ > ____ > K > ____ …….. (II) ___ > ____ > _____ > ____ > ____ > K …….(III) L is taller than E, who is taller than K. H is taller than both X and J, who is not shortest. H is shorter than E. J is not third shortest person. L > E > H > K > J > X ………. (I) L > E > H > J > K > X…….. (II) L > E > H > X > J > K …….(III) The final arrangement is as follow: Case 1: When K is the third shortest person. L > E > H > K > J > X Case 2: When K is the shortest person. L > E > H > X > J > K So, four persons are taller than J.
‘/?’ is used for what in C++
What is a "smart contract" in the context of blockchain?
In the software development life cycle, what is the phase where the actual code is written?
Which scheduling policy uses priority levels to determine the order of execution?
Which of the following is a passive electronic component used in analog circuits?
 Which number system is commonly used in mathematics and everyday life?
Kirchhoff's Current Law (KCL) is based on the principle of:
Node.js is built on which JavaScript engine?
Which of the following is NOT an example of a common cybersecurity threat?
Basic syntax to create a bar-chart in R is