Question
In a mixture of 105 liters, the ratio of milk to water
is 4: 1. In another mixture of 105 liters, the ratio of milk to water is 3: 2. What is the positive difference between the quantities of milk in the two mixtures?Solution
In mixture 1st. Total mixture =105l The ratio of milk and water=4:1 Milk =4x and =x 5x =105 X=21. Milk =84L and water =21L. In mixture 2nd. Milk: water =3:2 Milk =3x and water =2x 5x =105 X =21 Quantity of milk in mixture 2nd =63L. And water =42L. Difference between quantities of milk in two mixtures =84-63=21L.
Which of the following data structures is best suited for implementing a priority queue?Β Β Β
Which of the following operations is most efficient in a singly linked list compared to an array?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications?Β ...
Which of the following sorting algorithms is NOT stable?Β
Appending value to list in python
What does 'IMPS' stand for?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Purpose of Scope resolution operator