Let the present age of ‘B’ and ‘A’ respectively be ‘y’ years and (y + 2) years Sum of present ages of ‘A’ and ‘B’ = 17 × 2 = 34 years So, y + y + 2 = 34 Or, 2y + 2 = 34 So, y = (34 – 2) ÷ 2 = 16 So, present age of ‘A’ and ‘B’ is 18 years and 16 years, respectively Present age of ‘C’ = 18 × 1.50 = 27 years Present age of ‘D’ = 16 × 0.75 = 12 years So, required ratio = 27:12 = 9:4 Hence, option c.
Which of the following statements accurately describes the use of the SQL CREATE statement?
Which functional dependency holds in given relation R (A, B, C) and why?
In object-oriented programming, when defining an interface method, which of the following statements is true regarding method parameters?
What is the purpose of the #define directive in programming languages like C and C++?
What is the primary purpose of virtual memory in an operating system?
To exit from a loop in shell we can use?
Fill in the correct option for 24 blank space.
Which design pattern would be most appropriate to ensure that only one instance of a class exists and provides a global point of access to that instance...
In Git version control, which command is used to move changes from the staging area to the local repository, making them part of the project history?
State True or False
Semi-structured data is data that does not conform to a data model but has some structure. It lacks a fixed or rigid s...