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. Seven persons F, G, H, I, J, K, and L belong to a family of three generations. There are only two married couples in the family. No single person in the family is parent. How is F related to G? Statement I: L is only sister of H. H is married to I. G is only daughter of J. K is only son of H. I is father of F. Statement II: K is only brother of F. F is only daughter of I. J is brother-in-law of K. H is sister of L. I is brother-in-law of L. Gender of G and L are same.Solution
From statement I alone, L is only sister of H. H is married to I. G is only daughter of J. K is only son of H. I is father of F. We get: Case 1: When J is married to K.
Case 2: When J is married to F.
F is either mother or paternal aunt of G. So, data given in statement I alone is not sufficient to answer the question. From statement II alone, K is only brother of F. F is only daughter of I. J is brother-in-law of K. H is sister of L. I is brother-in-law of L. Gender of G and L are same. We get:
F is mother of G. So, data given in statement II alone is sufficient to answer the question. Therefore, data given in statement II alone is sufficient to answer the question while the data given in statement I alone is not 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...