Question
Two bottles namely P and Q contained pure milk and pure
water in the quantity of (a+135) litre and (a-10) litre respectively. If 40% and 36% from bottle P and Q is taken out and poured into bottle R and (a/5) litre of milk is added into it such that the ratio of the quantity of milk and water in the bottle R will be 5:2 respectively. Find out the value of βaβ.Solution
Two bottles namely P and Q contained pure milk and pure water in the quantity of (a+135) litre and (a-10) litre respectively. If 40% and 36% from bottle P and Q is taken out and poured into bottle R and (a/5) litre of milk is added into it such that the ratio of the quantity of milk and water in the bottle R will be 5:2 respectively. [(a+135) of 40% + (a/5)] / [(a-10) of 36%] = 5/2 [(a+135)x0.4 + 0.2a] / [(a-10)x0.36] = 2.5 [0.4a+54+0.2a] / [0.36a-3.6] = 2.5 [0.6a+54] / [0.36a-3.6] = 2.5 [0.6a+54] = 2.5x[0.36a-3.6] 0.6a+54 = 0.9a-9 54+9 = 0.9a-0.6a 0.3a = 63 Value of βaβ = 210
Which of the following is TRUE for PROM memories?
Which query retrieves all records from TableA that have no corresponding records in TableB?
In R, which function reshapes data from long to wide format?
What is the primary purpose of a system call?
Which SQL command is primarily used to retrieve records from a database table?
In a Selection Sort algorithm, the inner loop finds the index of the minimum element in the unsorted part. Which line correctly completes the if conditi...
The core element of parallel processing is ___.
Dynamic Programming is typically used for problems that exhibit which two main properties?
For the circuit shown, Find the number of nodes and number of independent equations used for analysis of circuit using nodal analysis.
Which algorithmic paradigm does the Floyd-Warshall algorithm primarily use?