InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. | 
                                    Which regression line is used if the sale of a commodity depends on its advertisement cost ?(a) Regression line of advertisement cost on sale(b) Regression line of advertisement cost on advertisement cost(c) Regression line of sales on advertisement cost(d) Regression line of sales on sales | 
                            
| 
                                   Answer»  Correct option is (c) Regression line of sales on advertisement cost  | 
                            |
| 2. | 
                                    State the Linear Regression model. | 
                            
| 
                                   Answer»  The linear regression model is of the form Y = α + βX + u; where α and β are constants, u is error variable.  | 
                            |
| 3. | 
                                    Define : Linear Regression | 
                            
| 
                                   Answer»  A mathematical or functional relationship between two correlated variables which helps in estimating the value of dependent variable for some given value of independent variable is called Linear Regression.  | 
                            |
| 4. | 
                                    Define Linear Regression . | 
                            
| 
                                   Answer»  A regression model expressing the dependent variable Y as a linear function of independent variable X is called a Linear regression model. It is of the following form : Y = α + βx + u Variable u shows the incompletness of Linear correlation between two variables X and Y. 
  | 
                            |
| 5. | 
                                    Equation of regression . | 
                            
| 
                                   Answer»  \(b = \frac{nΣxy−(Σx)(Σy)}{nΣx^2−(Σx)^2}\)  | 
                            |
| 6. | 
                                    Which of the following indicates the functional relation between the two variables ?(a) Correlation(b) Regression(c) Mean(d) Variance | 
                            
| 
                                   Answer»  Correct option is (b) Regression  | 
                            |
| 7. | 
                                    What are the constants a and b in the regression line ŷ = a + bx ? , | 
                            
| 
                                   Answer»  In the regression line ŷ = a + bx, a is called the intercept of the regression line of Y on X and b is called the regression coefficient of the regression line of Y on X. It is also called the slope of the regression line of Y on X.  | 
                            |
| 8. | 
                                    Will the regression coefficient change if the values of both the variables are doubled with the help of transformation of scale? | 
                            
| 
                                   Answer»  If the values of both the variable are doubled then the value of the regression coefficient will not change, because Cx = \(\frac{1}{2}\) and Cy = \(\frac{1}{2}\).  | 
                            |
| 9. | 
                                    If the regression line of Y on X is ŷ = 11 + 3x and Sx: Sy = 3 : 10, find the coefficient of determination. | 
                            
| 
                                   Answer»  ŷ = 11 + 3x ∴ b = 3 Sx : Sy = 3 : 10, ∴ Sx = 3, Sy = 10. \(Now, b = r . \frac{S_y} {S_x}\) ∴ 3 = r × \(\frac{10}{3}\) ∴ r = 3 × \(\frac{3}{10}=\frac{9}{10}\)= 0.9 Now, coefficient of determination R2 = (r)2 ∴ R2 = (0.9)2 = 0.81  | 
                            |
| 10. | 
                                    If a regression line is ŷ = 31.5 + 1.85x. estimate Y for X = 10. | 
                            
| 
                                   Answer»  ŷ = 31.5 + 1.85x Putting x = 10 in ŷ = 31.5 + 1.85 x, we get ŷ = 31.5 + 1.85 (10) = 31.5 + 18.5 = 50 Hence, the estimate of Y for X = 10 obtained is 50.  | 
                            |
| 11. | 
                                    If x̄ = 30, ȳ = 20 and b = 0.6, find the intercept of the regression line of Y on X and write equation of the line. | 
                            
| 
                                   Answer»  X̄ = 30, ȳ = 20, b = 0.6 Intercept a = ȳ – bx̄ ∴ a = 20 – 0.6(30) = 20 – 18 = 2 Putting a = 2 and b = 0.6 in ŷ = a + bx, the equation of the regression line obtained is ŷ = 2 + 0.6x.  | 
                            |
| 12. | 
                                    If r = 0.5, Sx = 2, Sy = 4, what is the value of byx? | 
                            
| 
                                   Answer»  r = 0.5, Sx = 2, Sy = 4 Now, byx = r ∙ \(\frac{S_y}{S_x}\); putting the values given. ∴ byx = 0.5 × \(\frac{4}{2}\) = 0.5 × 2 = 1  | 
                            |
| 13. | 
                                    Interpret byx = 5. | 
                            
| 
                                   Answer»  byx = 5 means a unit increase in the value of variable X results in estimated increase of 5 units in the value of variable Y.  | 
                            |
| 14. | 
                                    The following results are obtained for a bivariate data.particularsxyNo of observation8Mean100100The sum of square of deviation taken from mean130145The sum of product of deviation taken from mean115Obtain the regression line of Y on X. | 
                            
| 
                                   Answer»  Here, n = 8; x̄ = 100; ȳ = 100; Σ(x – x̄)2 = 130; Σ(y – ȳ)2 = 145 and Σ(x – x̄) (y – ȳ) =115 are given. \(Now, b = \frac{Σ(x−\bar x)(y−\bar y)}{Σ(x−\bar x)^2}\) \(∴ b = \frac{115}{130}\) = 0.88 a = ȳ – bx̄ Regression line of Y on X is ŷ = a + bx Putting a = 12 and b = 0.88 in ŷ = a + bx, the regression line of Y on X obtained is ŷ = 12 + 0.88x.  | 
                            |
| 15. | 
                                    The following results are obtained from the information of average rain and yield of a crop per acre in the last ten years of an arid region:particularsRainfall (cm)Yield of crop (kg)Mean18970standard Deviation238Correlation Coefficient = 0.6Estimate the yield of the crop if it rains 20 cms. | 
                            
| 
                                   Answer»  Here, X = Rainfall and Y = Yield of crop ȳ = 970 kg, Sx = 2, Sy = 38, r = 0.6. \(Now, b = r .\frac{S_y}{S_x}\) ∴ b = 0.6 × \(\frac{38}{2}\) = 11.4 a = ȳ – bx̄ The regression line of yield of crop (Y) on rainfall (X) : Putting a = 764.8 and b = 11.4 in ŷ = a + bx, we get Estimate of yield of crop (Y) if rainfall X = 20 cms : Putting x = 20 in ŷ = 764.8 + 11.4x, we get Hence, the estimate of yield of crop obtained is 992.8 kg.  | 
                            |
| 16. | 
                                    Coefficient of Determination. | 
                            
| 
                                   Answer»  The square of correlation coefficient between the observed value y of the dependent variable Y and Thus, R2 = [Cor (y, ŷ)]2 
  | 
                            |
| 17. | 
                                    State precautions which are necessary while using the regression. | 
                            
| 
                                   Answer»  The following precautions are necessary while using the regression: 
  | 
                            |
| 18. | 
                                    Explain: coefficient of determination | 
                            
| 
                                   Answer»  The square of correlation coefficient between the observed value y of the dependent variable Y and the corresponding estimated value ŷ of y by the regression line ŷ = a + bx is called the coefficient of determination. It Is denoted by R2. Thus, R2 = [Coy (y, ŷ)]2 = [Cov(y, a + bx)]2 = [Cov(y, x)]2 = r2 Uses: 
 (ii) For the interpretation regarding the assumption of linear regression between two random variables X and Y: 
  | 
                            |
| 19. | 
                                    State properties of regression coefficient. Also state the point through which a regression line always passes. | 
                            
| 
                                   Answer»  The properties of regression coefficient are as follows : 
  | 
                            |
| 20. | 
                                    Explain the method of scatter diagram for fitting a line of regression and state its limitation. | 
                            
| 
                                   Answer»  Suppose n observations of a data are (x1, y1), (x2, y2), …….. (xn, yn) based on a sample drawn from a bivariate population. From this data we have to fit the line of regression of Y on X. First of all, we will draw scatter diagram by plotting the n pairs of observations (x1, y1), (x2, y2), …….. (xn, yn). We will draw a line in such a way that it is close to almost all the points of the scatter diagram and gives the best estimate of relationship between Y and X. Such line of best fit is called the regression line of, Y on X. We can find the equation of the regression line by choosing any two points on the line. This equation is called the regression line. This method to fit the line of regression is easy and quick and does not require any computation. Limitations: 
  | 
                            |
| 21. | 
                                    State the utility of regression. | 
                            
| 
                                   Answer»  The utility of regression can be described as follows : 
  | 
                            |
| 22. | 
                                    Give the name of a method to obtain the best fitted regression line. | 
                            
| 
                                   Answer»  The method to obtain the best fitted regression line is ‘Least square method’.  | 
                            |