Commerce MCQs
Topic Notes: Commerce
MCQs and preparation resources for competitive exams, covering important concepts, past papers, and detailed explanations.
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
151
If two variables 'x' and 'y' are statistically independent, what is the nature of their regression lines?
Answer:
x = constant, y = constant
When two variables are independent, the correlation coefficient is zero. Consequently, the regression line of y on x is a horizontal line (y = mean of y), and the regression line of x on y is a vertical line (x = mean of x), both representing constant values.
152
Given the regression coefficients bxy = 0.25 and byx = 0.64, what is the value of the correlation coefficient?
Answer:
0.40
The correlation coefficient (r) is the geometric mean of the two regression coefficients (bxy and byx). Mathematically, r = ±√(bxy * byx). Calculating this, r = √(0.25 * 0.64) = √(0.16) = 0.40. Since both regression coefficients are positive, the correlation coefficient must also be positive.
153
In a regression model, what is the value of the dependent variable called when all independent variables are set to zero?
Answer:
Intercept
In the linear regression equation Y = a + bX, 'a' represents the y-intercept. This value indicates the expected mean value of the dependent variable (Y) when the independent variable (X) is zero. It serves as the starting point of the regression line on the vertical axis. The slope 'b' represents the change in Y for every unit change in X, distinguishing it from the intercept.
154
Which statistical measure indicates the proportion of variance in the dependent variable (Y) explained by the independent variable (X)?
Answer:
coefficient of determination
The coefficient of determination, denoted as R-squared, is a statistical metric used in regression analysis. It quantifies the proportion of the variance in the dependent variable that is predictable from the independent variable. A higher R-squared value indicates that the model explains a larger portion of the variance, suggesting a better fit of the regression line to the observed data points.
155
Given the linear regression equation Y = 50 + 7X, where X is advertising expenditure and Y is sales, how should the coefficient 7 be interpreted?
Answer:
For every Rs. 1 spent on advertising, sales increase by Rs. 7 on average
In the regression equation Y = a + bX, the coefficient 'b' represents the slope. Here, 7 indicates that for every unit increase in the independent variable (advertising), the dependent variable (sales) increases by 7 units on average.
156
How is the variance between the actual return of a stock and its predicted return formally classified?
Answer:
random error
In financial modeling and econometrics, the difference between the observed actual value and the value predicted by a regression model is referred to as the error term or random error. This component accounts for the variability in the dependent variable that the independent variables in the model fail to explain. It is assumed to be random and unpredictable, representing the noise inherent in the data collection or the limitations of the model's predictive power.
157
Which one of the following formulas is used to calculate probable error of correlation coefficient between two variables of $$'n'$$ pairs of observations?
Answer:
$$0.6745\left[ {\frac{{1 - {r^2}}}{{\sqrt n }}} \right]$$
Source answer preserved: option A ($$0.6745\left[ {\frac{{1 - {r^2}}}{{\sqrt n }}} \right]$$). AI attempted to change protected answer data (option_a, option_b, option_c, option_d), so this item is flagged for manual review before study use.
158
If the coefficient of determination is equal to 1, what can be concluded about the correlation coefficient?
Answer:
can be either -1 or +1
The coefficient of determination (r²) is the square of the correlation coefficient (r). If r² = 1, then r must be the square root of 1, which can be either +1 (perfect positive correlation) or -1 (perfect negative correlation). Both values satisfy the condition r² = 1.
159
What is the primary effect of multicollinearity on individual variable coefficients in a regression model?
Answer:
increase in standard error
Multicollinearity occurs when independent variables in a regression model are highly correlated with each other. This makes it difficult for the model to isolate the individual effect of each variable. Consequently, the standard errors of the coefficient estimates increase, which reduces the precision of the estimates and makes the coefficients statistically insignificant, even if the overall model is strong.
160
Evaluate the following statements regarding correlation analysis and identify the correct combination.
Answer:
1 and 3
Statement 1 is correct because correlation measures association, not causation. Statement 3 is correct as Pearson's coefficient assumes linearity and is sensitive to outliers. Statement 2 is incorrect because the ratio of explained variation to total variation is the coefficient of determination (R-squared), not the coefficient of correlation.