Question
The age ratio of Kiran and Meena 3 years ago was 3:4. In 9
years from now, the ratio of their ages will be 5:6. What is the present age of Meena?Solution
ATQ,
Let the ages of Kiran and Meena 3 years ago be '3x' and '4x' respectively.
So, Kiran’s age after 9 years = 3x + 3 + 9 = (3x + 12) years
And Meena’s age after 9 years = 4x + 3 + 9 = (4x + 12) years
ATQ,
(3x + 12)/(4x + 12) = 5/6
⇒ 6(3x + 12) = 5(4x + 12)
⇒ 18x + 72 = 20x + 60
⇒ 12 = 2x
⇒ x = 6
So, present age of Meena = 4 × 6 + 3 = 27 years
Which of the following data structures is best suited for implementing a priority queue?  Â
Which of the following operations is most efficient in a singly linked list compared to an array?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
Which of the following sorting algorithms is NOT stable?Â
Appending value to list in python
What does 'IMPS' stand for?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Purpose of Scope resolution operator