Question
A mixture contains alcohol and water in the ratio 7:3.
If 15 liters of water is added to the mixture, the ratio becomes 7:5. What is the initial quantity of alcohol in the mixture?Solution
Let the initial quantities of alcohol and water be 7x and 3x liters, respectively. After adding 15 liters of water, the ratio becomes 7:5. (7x) / (3x + 15) = 7 / 5. Cross multiply: 5(7x) = 7(3x + 15). 35x = 21x + 105. 35x - 21x = 105 14x = 105. x = 105 / 14 = 7.5. Initial quantity of alcohol = 7x = 7 × 7.5 = 52.5 liters. Correct option: b
Recursive problems are implemented by
Which of the following is considered the strongest type of encryption method in modern cyber security practices?   Â
Which algorithm finds the longest common subsequence (LCS) of two sequences?
What is the worst-case time complexity of QuickSort with a random pivot for sorting n distinct elements?
Which traversal method in a binary search tree retrieves nodes in sorted order?
Dynamic Programming is preferred over recursion when:
Which sorting algorithm is not stable by default?
Which file structure is best suited for handling large datasets and ensuring fast access in C, C++, Java, or Python?    Â
In Database Management Systems, what is the primary purpose of normalization?
Which architecture allows multiple processors to share memory and work simultaneously?     Â