Question
In a vessel, there are two types of liquid, P and Q in
the ratio of 5:9. 28liters of the mixture is taken out and 2 liters of type Q liquid is poured into it. The new ratio P:Q thus formed is 1:2. What will be the initial quantity of the mixture in the vessel?Solution
ATQ, Ratio of liquid P and Q is given as P : Q 5unit : 9unit Total liquid is = 5unit + 9unit = 14 unit Then, Mixture of quantity P is = (28/14) x 5 = 10 liters Mixture of quantity Q is = (28/14) x 9 = 18 liters Let the initial quantity be ‘i’ Then, we can say that {[‘i’ x (5/14) – 10] / [‘i’ x (9/14) – 18 + 2]} = 1/2 10i – 280 = 9x – 224 i = 56 liters
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