Question
In jar 1, 280 litres of milk was mixed with 50 litres of
water. Some of the mixture was taken out from Jar 1 and put into Jar 2. When 36 litres of milk was added to Jar 2, the resultant ratio of milk to water in Jar 2 was 11:1. What was the amount of mixture taken out from Jar 1?Solution
Ratio of milk to water in Jar 1 = 280:50 The quantity of mixture taken out from Jar 1 = x litres Then, the quantity of milk = 28/33 x Quantity of water = 5/33 x Now, in Jar 2 (28/33 x+36)/(5/33 x ) = 11/1 28/33 x + 36 = 5/33 x × 11 55/33 x - 28/33 x = 36 27/33 x = 36 x = (36 ×33)/27 x = 44 litres
Which of the following statements best describes the role of the JDBC package in Java programming?
Which is not the property of Data warehouse
Which CPU scheduling algorithm is best suited for time-sharing systems where each user needs a fair share of the CPU and response time is critical?
Consider a system with 4 CPU cores. If there are 8 user-level threads in a single process, what is the maximum number of these threads that can execute ...
What is the phenomenon where a process spends more time paging (swapping pages between main memory and disk) than executing instructions?
What is the range of the header of a TCP segment in bytes?
What is edge computing in IoT?
In a Ternary Search algorithm, the array is divided into three parts. Complete the calculation for mid1 and mid2.
def ternary_search(arr, target)...
What is the shortcut for 'Undo' in most software?
Inheritance is an OOP principle that establishes an "is-a" relationship between classes. What does this relationship primarily allow?