Using the second equation, let’s find x
x + 7y = 8
x = 8 - 7y
Substitute x in the other equation
3/8(8 - 7y) + 1/3y = 17/24
3 - 21/8y + 1/3y = 17/24
-55/24y = -55/24
y = 1
Plug in y in any equation
x + 7(1) = 8
x + 7 = 8
x = 1
x = 1 and y = 1
Im sorry im in sixgh grade i was so close to solving it but that didnt work, i tried
Answer:
Excess time = 1.2 hour
Step-by-step explanation:
Given:
Total time = 24 hours
Talking on phone = 17 %
Sleeping = 33%
Going to school = 25%
Studying = 4%
Eating = 8%
Computation:
Watching TV percent = 100% - Talking on phone - Sleeping - Going to school - Studying - Studying - Eating
Watching TV percent = 100% - 17% - 33% - 25% - 4% - 8%
Watching TV percent = 13%
Time taken by school = 24 x 25%
Time taken by school = 6 hour
Time taken by watching T.V. and Talking on the Phone = 24 x (13% + 17%)
Time taken by watching T.V. and Talking on the Phone = 7.2 hour
Excess time = 7.2 - 6
Excess time = 1.2 hour
The answer is D.
The formula for the volume of a sphere is
You would divide the diameter in half which would give you your radius (r).
Then you plug in the radius value to find the volume of ONE ball.
You would then multiply by 10 to find the volume of TEN golf balls.
D is the closest answer to the volume of ten golf balls
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.