Question
207 litres mixture of milk and water is mixed in an
empty container in the ratio 5:4, respectively. If 18 litres of mixture is replaced with 18 litres of water then what will the ratio of milk to water in the resultant mixture? MTSolution
Initially, amount of milk = (5/9) Γ 207 = 115 litres Amount of water = (4/9) Γ 207 = 92 litres 18 litres of mixture is replaced. Amount of milk replaced = 18 x (5/9) = 10 Amount of water replaced = 18 x (4/9) = 8 So, required ratio = (115 β 10):(92 β 8 + 18) = 105:102 = 35:34
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