Question
Quantity of milk is 20% more than that of water in 220
litres mixture (milk + water). On adding (n - 6) litres water and (n + 6) litres milk in mixture, ratio of milk to water becomes 7:6. Find the value of 'n'.Solution
Let water = a
Milk = 1.2a
So, a + 1.2a = 2.2a = 220
β a = 100
Water = 100 litres, Milk = 120 litres
Now, (120 + n + 6):(100 + n - 6) = 7:6
β (126 + n):(94 + n) = 7:6
β 6(126 + n) = 7(94 + n)
β 756 + 6n = 658 + 7n
β n = 98
Which of the following statements about normalization in relational databases is correct?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which protocol is used by devices to obtain an IP address automatically in a network?
In a data warehouse, which of the following best describes the concept of "data granularity"?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?