Question
A mixture of milk and water weighs 96 liters, where the
quantity of milk is 33β % of the quantity of water. How much milk needs to be added so that the quantity of water in the new mixture becomes 40% of the total volume of the resulting mixture?Solution
Let initial quantity of water be '3y' litres. Initial quantity of milk = (1/3) X 3y = 'y' litres So, 3y + y = 96 Or, 4y = 96 Or, 'y' = 24 Initial quantity of water = 3 X 24 = 72 litres Initial quantity of milk = 24 litres Let quantity of milk require be 'a' litres. Resultant quantity of mixture = (96 + a) litres So, [72 Γ· (96 + a) ] X 100 = 40 Or, 96 + a = 180 Or, 'a' = 84Β
Which of the following ACID properties ensures that either all operations within a transaction are completed successfully, or none are?
Which constraint ensures that a column contains only unique values, but allows NULL values?
Query optimization heuristics often include:
Given a `Queue` data structure with `enqueue` and `dequeue` operations. What is the element returned by the last `dequeue` operation in the following se...
During transaction before commit which of the following statements is done automatically in case of shutdown?
Indexes improve query performance but can degrade performance of:
The 'thrashing' in an operating system is related to:
Which property of a transaction ensures that either all operations within the transaction are completed successfully, or none of them are?
In a relational database, what is a candidate key?
In a relational database, which relationship allows multiple records in one table to be associated with multiple records in another table?