Question
A mixture 'P' consists of juice and milk in a ratio of
6:5. If 33 ml of this mixture is removed and 20 ml of milk is added, the ratio of juice to milk in the new mixture becomes 6:7. Find the initial amount of juice in the mixture.Solution
Let the quantity of juice and milk after taking out 33 ml of mixture be 6x ml and 5x ml respectively. So, quantity of milk after adding 20 ml milk = (5x + 20) ml ATQ, 6x:(5x + 20) = 6:7 Or, 5x + 20 = 7x So, 2x = 20 Or, x = 10 So, quantity of mixture after taking out 33 ml of mixture = 6x + 5x = 11x = 110 ml Initial quantity of mixture = 110 + 33 = 143 ml So, initial quantity of Juice = 143 X (6/11) = 78 ml
Which memory is the fastest?
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
Which algorithm constructs a suffix tree in linear time?
Which of the following types of testing is typically conducted by end-users to verify that the developed software meets their requirements?
In asymmetric encryption, which of the following statements is correct?
Which of the following correctly describes the primary difference between Cross-Site Request Forgery (CSRF) and Cross-Site Scripting (XSS)?
...What will be the output of the following Java snippet?
class A {
   public void display() {
       System.out.pr...
Which of the following is NOT a valid feature of IPv6 compared to IPv4?
Which of the following statements best describes polymorphism in object-oriented programming?
The amortized cost of appending an element at the end of a dynamic array is: