Question
Vessel A contains a mixture of milk and water, with 30
liters of milk. Vessel B also contains a milk-water mixture in the ratio of 5:4. The combined quantity of mixtures in vessels A and B is 140 liters, and the amount of water in vessel B is twice that in vessel A. Determine the quantity of mixture in vessel A.Solution
Milk in vessel A = 30 liters A + B = 140 liters Water in vessel B = 4x Milk in vessel B = 5x Water in vessel A = 4x/2 = 2x 30 + 2x + 4x + 5x = 140 11x = 110 x = 10 Water in vessel A = 2 * 10 = 20 liters Total quantity in vessel A = 20 + 30 = 50 liters Hence answer is option A
What is the primary purpose of Continuous Integration (CI) in software development?Â
A process makes a system call to request a resource. If the resource is unavailable, the process will typically transition to which state?
Which statement is FALSE about open loop system?
What does "optimal substructure" mean in the context of Dynamic Programming?
What is the primary disadvantage of using an array as a data structure?
A system call is typically implemented as a(n):
When analyzing the performance of a sorting algorithm, what is a common operation to count for time complexity? Â
Which of the following is an example of SaaS?
Consider the following JSON object:
json
{
 "user": {
  "id": "u123",
  "name": "Alice",
  "age"...
In AJAX (Asynchronous JavaScript and XML), which of the following properties must be set to true to prevent the browser from waiting for the response be...