Question
10 years from now, the combined ages of P and Q will be 84
years. 6 years ago, the ratio of their total age to R’s age was 5:3. What is the present age of R?Solution
ATQ,
Let present ages of P, Q, and R be ‘x’, ‘y’, and ‘z’ years respectively.
So, x + 10 + y + 10 = 84
=> x + y = 64
Sum of ages of P and Q 6 years ago = 64 – 6 × 2 = 52 years
Age of R 6 years ago = 52 / 5 × 3 = 31.2 years
Present age of R = 31.2 + 6 = 37.2 years
Simplify the Boolean expression.
Y= AB+A(B+C)+B(B+C)
What is the primary function of a gateway in a network?
Which of these is a feature of cloud elasticity?
What is the purpose of version control systems (e.g., Git, SVN)?
A semaphore is initialized to 1. If two processes P1 and P2 both try to execute a `wait()` (P) operation on this semaphore, what is the maximum number o...
Which architecture is used in modern NLP tasks like BERT and GPT?
A software development team is implementing a sorting function for a large dataset in their project. They decide to use the quick sort algorithm to opti...
Which of the following members of a superclass are NOT inherited by its subclass?
Which of the following is NOT a direct benefit of encapsulation?
In a switch statement (e.g., C++, Java), what happens if a break statement is omitted from a case block?