Question
Two pipes A and B can fill a tank in 24 min., and 32
min, respectively. If both the pipes are opened simultaneously, after how much time B should be closed so that the tank is full in 18 minutes?Solution
Let B be closed after x minutes. Then, Part filled by (A+B) in x min. + part filled by A in (18 – x) min. = 1 x (1/24 + 1/32 ) + ( 18 – x ) × 1/24 = 1 ⟹ 7x/96 + (18-x)/24 = 1 ⟹7 x + 4 (18 – x) = 96 ∴ x = 8 ∴ Hence, B must be closed after 8 minutes
- Machine Learning
Which Machine Learning model is best suited for predicting stock market trends based on sequential time-series data?
In CI/CD pipelines, which of the following is NOT a key benefit of Continuous Integration (CI)?
Given the IP address 192.168.10.5 and the subnet mask 255.255.255.240 , what is the range of valid host addresses in this subnet?
Which of the following is the most effective method to ensure data confidentiality when transmitting sensitive information over a public network?
What is a key advantage of containerization over traditional virtual machines?
Which of the following best describes the mechanism of a Cross-Site Scripting (XSS) attack?
Which data structure is used in recursion?
Which testing type evaluates internal code logic and control flow?
Best case complexity of insertion sort is:
Which of the following statements is true about ACID properties in database transactions?