9514 1404 393
Answer:
triangle = 8
Step-by-step explanation:
The right side can be factored so that you have ...
8 x 4 = (triangle x 7) - (triangle x 3)
8 x 4 = triangle x (7 - 3) . . . . use the distributive property
8 x 4 = triangle x 4 . . . . . . simplify
8 = triangle . . . . . . . . . . divide both sides by 4
Answer:
A. True
Step-by-step explanation:
Linear regression is "an analysis that assesses whether one or more predictor variables explain the dependent (criterion) variable. The regression has five key assumptions:
1) Linear relationship
: We need to check if the dependnet variable present a linear relationshipThe linearity assumption can best be tested with scatter plots in order to check if we have outliers in the data.
2) Multivariate normality
: "The linear regression analysis requires all variables to be multivariate normal". And we can check this with a histogram or a Q-Q-Plot, usually Normality can be checked with a goodness of fit test like the Kolmogorov-Smirnov test or Shapiro Wilks test.
3) No or little multicollinearity
: "Multicollinearity occurs when the independent variables are too highly correlated with each other". And we can check this with a correlation matrix, variance inflation factor (VIF's), correlation index and other statistics.
4) No auto-correlation
: The "Autocorrelation happens when the residuals are not independent from each other in the data". And usually we can test this with the Durbin-Watson test.
5) Homoscedasticity: MEans that we need constant variance for the linear model. The scatter plot is good way to check whether the data are homoscedastic. And we can interpret this condition as "that variance in the response variable is reasonably consistent across the range of an explanatory factor (otherwise known as homoscedasticity)"
So then the statement is TRUE.
Answer:
x = -0.5
Step-by-step explanation:
From your last step:
6.8x + 9.3 = -2.6 - 17x
We have two terms with x in them on different sides of the equation, so we want to bring the 'x terms' over to the same side.
Add 17x to both sides of the equation.
6.8x + 17x + 9.3 = -2.6
Collect like terms
23.8x + 9.3 = -2.6
Subtract 9.3 from both sides
23.8x = -2.6 - 9.3
23.8x = -11.9
Divide both sides by 23.8
x = -0.5
Answer:
6cm is the missing length
Step-by-step explanation:
See the 10cm and the 4cm?
If you look at in a way if you added 6 more centimeters to the 4cm it would be 10, leaving 6cm as the missing length.
Answer:
A vertical reflection is given by the equation y=−f(x) y = − f ( x ) and results in the curve being “reflected” across the x-axis. A horizontal reflection is given by the equation y=f(−x) y = f ( − x ) and results in the curve being “reflected” across the y-axis.