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
11
What term describes the statistical estimation of the relationship between a dependent variable and two or more independent variables?
Answer:
multiple regression
Multiple regression is a statistical technique used to predict the value of a dependent variable based on the values of two or more independent variables. It serves as an extension of simple linear regression, allowing researchers to account for multiple factors influencing a single outcome, thereby providing a more comprehensive model of the underlying data relationships in complex business or economic scenarios.
12
What is the primary utility of a fitted least squares regression line?
Answer:
may be used to predict a value of y if the corresponding x value is given
The least squares regression line is a mathematical model used to estimate the relationship between a dependent variable (y) and an independent variable (x). Its primary purpose is to predict the value of y for a given value of x based on the calculated slope and intercept, though it does not inherently prove causation.
13
Calculate the correlation coefficient given: Covariance(X,Y) = -17.8, SD(X) = 6.6, SD(Y) = 4.2, and N = 20.
Answer:
-0.642
The correlation coefficient (r) is calculated by dividing the covariance of X and Y by the product of their standard deviations. Here, r = -17.8 / (6.6 * 4.2). Calculating the denominator: 6.6 * 4.2 = 27.72. Then, r = -17.8 / 27.72 ≈ -0.6421. Thus, the correlation coefficient is approximately -0.642.
14
In a regression model, what is the specific name for the factor utilized to predict the dependent variable?
Answer:
independent variable
The independent variable, often referred to as the predictor or explanatory variable, is the factor that is manipulated or observed to determine its effect on the dependent variable. In regression analysis, the independent variable provides the basis for the prediction, allowing the model to estimate the outcome based on the known or controlled values of these input factors.
15
How is the covariance between two variables mathematically defined?
Answer:
The average of the product of deviations taken from their averages
Covariance measures the joint variability of two random variables. It is calculated as the expected value of the product of the deviations of each variable from its respective mean. Mathematically, it is the sum of the products of deviations divided by the number of observations, representing how two variables change together.
16
Assertion (A): Evidence of a linear relationship between two variables does not necessarily imply a cause-and-effect relationship. Reason (R): A statistical correlation does not guarantee a theoretical causal link.
Answer:
Both (A) and (R) are true and (R) is the correct explanation of (A)
Correlation measures the strength and direction of a linear relationship but does not prove causation. Two variables might be correlated due to a third confounding variable or mere coincidence. Therefore, the existence of a correlation does not automatically imply that one variable causes the other, confirming that the reasoning correctly explains the assertion.
17
Which of the following formula is not correct? Select your answer from the options given below
Answer:
$${b_{yx}} = r\frac{{{\sigma _x}}}{{{\sigma _y}}}$$
Source answer preserved: option C ($${b_{yx}} = r\frac{{{\sigma _x}}}{{{\sigma _y}}}$$). AI attempted to change protected answer data (option_a, option_d), so this item is flagged for manual review before study use.
18
Which of the following statements regarding correlation and regression analysis are considered true?
Answer:
1, 3 and 4
Statement 1 is true as both coefficients range from -1 to +1. Statement 3 defines covariance correctly. Statement 4 correctly identifies Bxy as the regression coefficient of X on Y. Statement 2 is technically incorrect because correlation is independent of both origin and scale. Statement 5 is incorrect because the coefficient of determination (r-squared) is the product of the two regression coefficients (0.4 * 1.6 = 0.64, not 0.8).
19
What is the correct formula for calculating the standard error of estimate?
Answer:
$$\sqrt {\frac{{\sum {{\left( {Y - {Y_c}} \right)}^2}}}{N}} $$
The standard error of estimate measures the accuracy of predictions made by a regression line. It is calculated as the square root of the mean of the squared deviations between the actual observed values (Y) and the predicted values (Yc) from the regression equation. The formula is the square root of the sum of squared errors divided by the number of observations.
20
In the linear regression equation X = a + bY, identify the role of variable X.
Answer:
Dependent variable
In a standard regression equation, the variable on the left side of the equals sign is the dependent variable (or response variable), while the variables on the right side are independent (or predictor) variables. Since X is isolated on the left, it is the dependent variable being predicted by Y.