Question
The question given below consists of two statements
numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read all the statements and answer the question. Six persons R, S, T, U, V and W live in six storied building such that bottommost floor is numbered as 1 and the floor immediately above it is numbered as 2 and so on. How many persons live below F? Statement I: S lives three floors above T. Only one person lives between T and W. V lives two floors below R. Statement II: U lives in an even numbered floor above S. Only three persons live between S and V. S lives above R but not immediately above.Solution
From statement I, S lives three floors above T. Only one person lives between T and W. V lives two floors below R. We get: Case 1:
Case 2:
Case 3:
So, from statement I alone, we get either five, no or four persons live below U. From statement II, U lives in an even numbered floor above S. Only three persons live between S and V. S lives above R but not immediately above. We get:
So, from statement II alone, we get five persons live below U. Therefore, data given in statement II alone is sufficient to answer the question.
What is the main goal of cloud load balancing?
Which algorithmic paradigm does the Floyd-Warshall algorithm primarily use?
The transfer function of the system below is ___________
Which keyword is used for inheritance in C++?
Consider the following statement regarding Kelvin Double Bridge.
Statement (1): It is used for measuring resistance in the range of few ohms to s...
A software developer is designing a banking application where each bank account object should restrict direct access to its balance variable to prevent ...
What is the primary purpose of a MAC (Media Access Control) ID in networking?
Which of the following is NOT a primary function of an operating system?
In C++, to achieve runtime polymorphism, a base class method must be declared with which keyword?
A programmer is debugging a Selection Sort implementation. They notice that after the first pass, the smallest element is correctly placed at the beginn...