Question
264 litres mixture of milk and water is mixed in an
empty container in the ratio 6:5, respectively. If 33 litres of mixture is replaced with 33 litres of water then what will the ratio of milk to water in the resultant mixture? STSolution
Initially, amount of milk = (6/11) Γ 264 = 144 litres Amount of water = (5/11) Γ 264 = 120 litres 33 litres of mixture is replaced. Amount of milk replaced = 33 x (6/11) = 18 Amount of water replaced = 33 x (5/11) = 15 So, required ratio = (144 β 18):(144 β 15 + 33) = 126:138 = 21:23
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
Binary relationship has how many participating entities?
Which component of RDBMS allows users and applications to interact with the database through SQL queries?
Which circuit configuration has a single path for current flow?
Which type of tree structure is optimized for sequential access and range queries?
Simplify the following Boolean expression using Boolean algebra laws:
F = (A + B) * (A' + C) * (B + C)
What is the main purpose of a digital signature?
Which of the following is a key function of the network layer?
syntax of loops in shell scripting?
Default value of boolean variable in an array