Start learning 50% faster. Sign in now
Get Started with ixamBee
Start learning 50% faster. Sign in nowFor Quantity 1 : Initial milk in the container = (5/8) × 120 = 75 liters Initial water in the container = (3/8) × 120 = 45 liters After removing 40 liters of mixture: Milk removed = (5/8) × 40 = 25 liters Water removed = (3/8) × 40 = 15 liters Remaining milk = 75 - 25 = 50 liters Remaining water = 45 - 15 = 30 liters Water added = 40 liters Final water = 30 + 40 = 70 liters Final ratio of milk to water = 50:70 = 5:7 Quantity 1 = 5:7 = 0.71 For Quantity 2 : Initial milk in the container = (3/5) × 160 = 96 liters Initial water in the container = (2/5) × 160 = 64 liters After removing 50 liters of mixture: Milk removed = (3/5) × 50 = 30 liters Water removed = (2/5) × 50 = 20 liters Remaining milk = 96 - 30 = 66 liters Remaining water = 64 - 20 = 44 liters Water added = 50 liters Final water = 44 + 50 = 94 liters Final ratio of milk to water = 66:94 = 33:47 Quantity 2 = 33:47 = 0.70 Correct option : a) Quantity 1 > Quantity 2
Which of the following is an example of metadata in a database?
You are tasked with analyzing sales data from multiple sources for a quarterly report. The raw data contains missing values and duplicate records. What ...
What is the primary objective of Exploratory Data Analysis (EDA) in a data analysis workflow?
What does the following list comprehension produce?
result = [x**2 for x in range(5) if x % 2 == 0]
print(result)
In requirement analysis, which of the following best defines functional requirements?
Which of the following statements best describes the role of cache memory in a computer's memory hierarchy?
In project management, the critical path in a PERT chart represents:
Which of the following data visualization tools would be best suited for creating interactive dashboards to track real-time business metrics?
Which of the following forecasting methods is specifically designed to capture both autoregressive and moving average properties, often applied to non-s...
What is a key difference between random sampling and non-random sampling?