Question
Six people β Geeta, Rajat, Rekha, Riya, Gopal and
Diwakar are living in six floor building each lives on one of the floors of the building. There are six floors in the building such that ground floor is numbered I, the floor above it is numbered II and so on. Who is living on Ground floor? I. There is only one floor between the floors on which floor Rekha and Rajat are living. Geeta is living on an even numbered floor. II. Gopal is not living on an even numbered floor. Rajat is living on an even numbered floor. Rajat is not living on the top floor III. Riya is living on an odd numbered floor. There are two floors between the floor on which Riya and Geeta are living. Gopal is living immediately above Rekha. Each of the questions below consists of a question and three statements numbered I, II and III given below it. You have to decide whether the data provided in the statements are sufficient to answer the question:Solution
From Statement I: There is only one floor between the floors on which floor Rekha and Rajat are living. Geeta is living on an even numbered floor. This statement alone is not sufficient to answer the question. From Statement II:Gopal is not living on an even numbered floor. Rajat is living on an even numbered floor. Rajat is not living on the top floor This statement alone is not sufficient to answer the question. From Statement III:Riya is living on an odd numbered floor. There are two floors between the floor on which Riya and Geeta are living. Gopal is living immediately above Rekha. Clearly we can see that in Case 3 there is no space for Gopal and Rekha to accomodate. In cases 1 and 2, Tolu lives on an even numbered floor which violates the first reference. Only case 2A satisfies all the conditions. So, Geeta lives on the top-most floor. Statement (II) and Statement (III) together are sufficient.
What is the first phase in the software development process?
Consider the following three functions.
f1 = 100n
f2 = nlogn
f3 = nβn
Which one of the fo...
Sending a packet to all destination simultaneously is called
In data analytics, what is the primary purpose of sentiment analysis?
In syntax-directed translation, what are attributes associated with?
Define Mapping Process?
The smallest unit of memory that the CPU can read or write is ___.
What is the primary design goal of a combinational circuit?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
Which of the following clause return specific rows?