Start learning 50% faster. Sign in now
ATQ, For I: Let speed of ‘Amit’ be ‘a’ km/hr Therefore, speed of ‘Bhanu’ = (32 – a) km/hr According to the question, 5a – 2(32 – a) = 20 Or, 5a + 2a – 64 = 20 Or, 7a = 84 Or, a = 12 Therefore, speed of ‘Amit’ = a = 12 km/hr Therefore, I is true. For II: Let speed of ‘Amit’ be ‘b’ km/hr Therefore, speed of ‘Bhanu’ = (45 – b) km/hr According to the question, 5b – 3.2(45 – b) = 20 Or, 5b + 3.2b – 144 = 20 Or, 8.2b = 164 Or, b = 20 Therefore, speed of ‘Amit’ = b = 20 km/hr Therefore, II is true. For III: Let speed of ‘Amit’ be ‘w’ km/hr Therefore, speed of ‘Bhanu’ = (40 – w) km/hr According to the question, 5w – 10(40 – w) = 20 Or, 5w + 10w – 400 = 20 Or, 15w = 420 Or, w = 28 Therefore, speed of ‘Amit’ = w = 28 km/hr Therefore, III is false.
How do you open a file in read mode in Python?
Which of the following is an example of metadata in data management?
If a dataset has a strongly skewed distribution , which measure of central tendency is most appropriate to represent the data?
Consider the following Python code snippet:
class Employee:
def __init__(self, name, age):
self.name = name
<...What is the primary advantage of using the ARIMA (AutoRegressive Integrated Moving Average) model for forecasting time series data?
Why is Exploratory Data Analysis (EDA) considered a crucial step in the data analysis process?
Which of the following best describes the role of data analysis in credit scoring within the finance industry?
A scatter plot reveals a strong positive linear relationship between two variables. Which of the following is the most appropriate statistical measure t...
Which of the following forecasting methods is most suitable for data with a linear trend but no seasonality?
Which of the following statements about asymmetric encryption is true?