Question
Eight years ago, the ratio of the ages of A to B was
7:5. Currently, the average age of A, B, and C is 48 years. Twenty years from now, C will be 16 years younger than B. Determine the present age ratio of A to C.Solution
Let age of A and B, 8 years ago was 7x years and 5x years respectively. Present age of C = 5x + 8 β 16 = β5x β 8β years According to question; 12x + 16 + 5x β 8 = 48 Γ 3 = 144 Or, 17x = 136 Or, x = 8 Present age of A = 7 Γ 8 + 8 = 64 years Present age of C = 5 Γ 8 β 8 = 32 years Desired Ratio = 64:32 = 2:1 Hence, option b
Which of the following statements is true about deadlocks in an operating system?
Which traversal of binary tree gives nodes in sorted order?
Which I/O scheduling algorithm is most suitable for minimizing seek time in hard drives?
Which of the following allows dynamic memory allocation?
Which attack can be mitigated using DNSSEC (Domain Name System Security Extensions)?
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
KMP improves naive string matching by:
In the context of system analysis, which of the following best defines the "use case" diagram?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?