Question
In a town, 25% of the residents are underage and hence not
allowed to vote. Among the eligible voters, 40% are women. If 1/4 of the eligible women and 2/5 of the eligible men participate in the voting, what is the ratio of men to women who voted?Solution
ATQ,
Let total number of residents be 100n
Eligible voters = 0.75 Ă— 100n = 75n
Eligible women = 0.40 Ă— 75n = 30n
Eligible men = 75n – 30n = 45n
Men who voted = (2/5) Ă— 45n = 18n
Women who voted = (1/4) Ă— 30n = 7.5n
Required ratio = 18n : 7.5n = 12:5
In hypothesis testing, what does a low p-value (e.g., p < 0.05) suggest about the null hypothesis?
Which of the following scenarios would benefit most from using time series analysis with seasonal decomposition?
A bank notices unusual activity in a customer’s account, such as multiple large withdrawals in a short period. What is the most appropriate technique...
Which of the following best describes the purpose of data wrangling?
In a machine learning experiment, the company wants to predict future sales based on advertising spend. What is the dependent variable in this scenario?
In hypothesis testing, what does a p-value less than 0.05 typically indicate ?
Which of the following is a key advantage of using box plots over histograms for visualizing data?
In regex, ^abc matches:
A time series dataset shows monthly sales data for a retail store over the last three years. After performing decomposition, you observe that the residu...
Which measure of central tendency is most appropriate when data has extreme outliers?