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
21
If the correlation coefficient is positive, what can be concluded about the slope of the regression line?
Answer:
Must also be positive
The sign of the correlation coefficient (r) and the slope of the regression line (b) are always the same. The formula for the slope is b = r * (sy / sx). Since the standard deviations (sy and sx) are always positive, if r is positive, the slope b must also be positive.
22
Under what condition will there be only one regression line for two variables?
Answer:
r = ± 1
When the correlation coefficient (r) is equal to +1 or -1, there is a perfect linear relationship between the two variables. In this specific case, the two regression lines (Y on X and X on Y) coincide, effectively becoming a single line because the variables are perfectly predictable from one another.
23
In the context of regression analysis, what is the variable that the model aims to predict?
Answer:
response, or dependent, variable
In regression analysis, the dependent variable (also known as the response variable) is the outcome or the variable being predicted based on the values of one or more independent variables (predictors). The goal of the regression model is to establish a mathematical relationship that allows for the estimation of the dependent variable's value.
24
How many unknown constants are typically involved in a simple linear regression equation?
Answer:
Two
A simple linear regression model is represented by the equation Y = a + bX. In this equation, there are two unknown constants: 'a', which represents the y-intercept, and 'b', which represents the slope of the line. These constants are estimated using the method of least squares to minimize the sum of squared residuals.
25
The correlation coefficient between two variables X and Y is directly related to which of the following?
Answer:
Covariance of X and Y
The Pearson correlation coefficient (r) is calculated by dividing the covariance of X and Y by the product of their respective standard deviations. Therefore, the correlation coefficient is directly proportional to the covariance of the two variables, as it represents the joint variability of the data points.
26
What is the standard formula for calculating the probable error of the Pearson correlation coefficient (r) for a sample size N?
Answer:
$$0.6745\frac{{\left( {1 - {r^2}} \right)}}{{\sqrt N }}$$
The probable error of the correlation coefficient is a measure used to determine the reliability of the calculated coefficient. It is defined as 0.6745 times the standard error of the correlation coefficient. The standard error is given by (1-r^2)/sqrt(N), so multiplying this by 0.6745 yields the formula for probable error, which helps in testing the significance of the correlation.
27
What is the relationship between variables if the regression line has a positive slope and small residual terms?
Answer:
directly proportion
A positive slope in a regression line indicates that as the independent variable increases, the dependent variable also increases, signifying a direct relationship. Small residual terms suggest that the data points are closely clustered around the regression line, indicating a strong fit. Therefore, the variables are considered to be directly proportional to one another within the context of the linear model.
28
When two items are tied for ranks 5 and 6, they are assigned the average rank of 5.5. What is the next rank assigned to the subsequent item?
Answer:
7
In rank correlation calculations, when ties occur, the tied items share the average of the ranks they would have occupied. Since the ranks 5 and 6 were used to calculate the average (5.5), the next available rank in the sequence is 7. This ensures that the total number of ranks assigned remains consistent with the number of observations in the dataset.
29
Which one of the following formulas is used to calculate the standard error of coefficient of correlation between 25 paired observations of a sample?
Answer:
$$\frac{{\left( {1 - {r^2}} \right)}}{{\sqrt n }}$$
Source answer preserved: option A ($$\frac{{\left( {1 - {r^2}} \right)}}{{\sqrt n }}$$). 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.
30
Given the regression equation of profits (X) on sales (Y) as 3Y - 5X + 10 = 0, calculate the profit if sales (Y) are Rs. 44,000.
Answer:
Rs. 26,422
To find the profit (X), rearrange the equation: 5X = 3Y + 10. Substituting Y = 44,000, we get 5X = 3(44,000) + 10, which equals 132,000 + 10 = 132,010. Dividing by 5, X = 26,402. Note: The provided answer 26,422 appears to have a slight discrepancy with the calculation based on the provided equation, suggesting a potential typo in the source material or the equation constants.