Answer: 2
Step-by-step explanation:
Answer:
Step-by-step explanation:
You need to assume that the slope between the dependent Varian and the numerical independent variable is zero.
In regression analysis, to find the effect of one independent variable on the dependent variable, there has to be no interference from the other independent variables whether they be categorical (dummy) or numerical independent variables.
A dummy variable is one which takes on the value of 0 or 1, to represent the absence or presence (respectively) of a given category which is expected to influence the dependent variable.
When a dummy independent variable is included in a regression model, to know the effect of that dummy or category (e.g. day =1, night =0) on the dependent variable, the influence of the numerical independent variable has to be removed temporarily.
In a regression equation,
Y=a+bX+cK
Y is the dependent variable
a is the intercept on the vertical axis on the graph
b is the slope between the dependent variable Y and the independent numerical variable X
c is the slope between the dependent variable Y and the dummy variable K
Y² + 8y - 33 :
Break the expression into groups for formula ax²+ bx+c :
= (y²- 3y) + (11y - 33 )
Factor y from y² - 3y => y (y - 3)
Factor out 11 from 11 y - 33 => 11 (y - 3)
= y ( y- 3 ) + 11 ( y - 3 )
Factor out common term (y - 3 ) :
= ( y - 3 ) ( y + 11 )
hope this helps!