A mixture contains ‘X’ liter milk and ‘Y’ liter water. If 30 liter of mixture is taken out and replaced with water, then the quantity of milk and water becomes equal. But, if 60 liter of mixture is taken out and replaced with water, then quantity of milk becomes half of the quantity of water. Find which of the following relation is correct.
Quantity I: Value of ‘X’
Quantity II: Value of ‘Y + 40’
Mixture contains total (X + Y) liters ATQ, = X² + XY – 30X = XY + Y² – 30Y + 30X + 30Y ⇒ X² – Y² = 60X …(i) And, 2X² + 2XY – 120X = XY + Y² – 60Y + 60X + 60Y 2X 2 + XY = 180X +Y 2 …(ii) Subtract (i) from (ii) X² + XY = 120X X + Y = 120ℓ …(iii) But X² – Y² = 60X ⇒ (X + Y) (X – Y) = 60X ⇒ 2 (X – Y) = X ⇒ 2X – 2Y = X ⇒ X = 2Y …(iv) By using (iii) & (iv) ⇒ Y = 40ℓ And X = 80ℓ Quantity I: X = 80lt Quantity II: Y + 40 = 40 + 40 = 80ℓ Quantity I = Quantity II
Which of the following statements correctly describes the ACID property "Durability" in database transactions?
Fill in the correct option for 26 blank space.
State true or false
This scheduling algorithm is not ideal for time sharing systems.
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0] ...
What is a primary advantage of using virtual machines in a computing environment?
What are the 3v’s of Big Data?
What is the primary goal of the Matrix Chain Multiplication problem in dynamic programming?
State true or false
A ping of death attack involves sending a malformed packet to a targeted machine, resulting in deleterious behavior such...
Which is best fit for blank space 17?
Which of the following best represents the concept of polymorphism in Object-Oriented Programming?