Question
A is 4 years older than B while C is 6 years younger
than B. The ratio of age of A, 5 years hence and age of B, 3 years ago is 3:2. What was age of C, 6 years ago?Solution
Let the present age of B be x years. A’s present age = (x + 4) years C’s present age = (x - 6) years According to question, => [(x + 4) + 5]/(x - 3) = 3/2 => x = 27 C’s age, 6 years ago = (27 - 6) – 6 = 15 years
Which of the following is a key advantage of digital signatures?
What is a key advantage of containerization over traditional virtual machines?
Which algorithm is used for computing Max-Flow in a network?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
In networking, what is the primary purpose of subnetting?
Which of the following accurately describes the role of virtual memory in modern operating systems?
Which CPU scheduling algorithm always selects the process with the smallest burst time first, potentially leading to starvation?
Which of the following data structures is best suited for implementing a "undo" mechanism in a text editor?
Which data structure is used for undo operations in text editors?
What is the time complexity of searching an element in a balanced binary search tree (BST) with nnn nodes?