Question
640 litres of mixture βAβ contains milk and water in
it. If mixture βAβ is mixed with 560 litres of mixture βBβ which contains water and salt, then the ratio of quantity of milk, water and salt in the final mixture will be 1:8:3, respectively. Find the difference between quantity of water in mixture βAβ and mixture βBβ.Solution
Total quantity of mixture = 640 + 560 = 1200 litres Quantity of milk in final mixture = (1/12) Γ 1200 = 100 litres Quantity of water in mixture βAβ = 640 β 100 = 540 litres Quantity of salt in mixture βBβ = (3/12) Γ 1200 = 300 litres Quantity of water in mixture βBβ = 560 β 300 = 260 litres Required difference = 540 β 260 = 280 litres
Complete the Java method to extract a substring from text starting at startIndex and having length characters.
public class StringUtil {
οΏ½...
Which of the following is a key characteristic of OLAP systems?
What is the purpose of "code review"?
In a multi-homed network, BGP route flapping causes external instability. Which mechanism MOST effectively prevents repeated advertisement of unstable r...
The kelvin double bridge is used for______
Which of the following statements accurately describes hard computing?
Which of the following statement is TRUE related to Alpha Beta pruning algorithm?
In cloud computing, what is the primary benefit of containerization compared to traditional virtualization?Β
Which statement is TRUE regarding SCR Thyristor?
Consider the following C++ code:
#include
#include
class Printer {
public:
Β Β void print(int n...