Answer:
A) is 29.76 B) IS $54
Step-by-step explanation:
you have to times 24 x 24% = 5.76 then you add 24 + 5.76 =29.76
Answer:
in 203060708030506040 hours there are 203060708030506040×60 seconds
Answer:
Depth of the rain gutter is 8 inches
Step-by-step explanation:
Let’s assume ‘x’ is the depth of the rain gutter
Then the width of the rain gutter can be written as 16 - 2x
Cross sectional area
A = depth x width
Substitute values
A = x*(16 - 2x)
A = 16x – 2x^2
Now according to axis of symmetry for maximum area x = -b/2a
x = -16/2*(-2)
x = 4 inches depth of rain gutter, substitute the value of x to get
Width of rain gutter 16 – 2(4) = 8 inches
Area of the rain gutter for maximum water flow
A = 4 * 8
A = 32 square inch.
Step-by-step explanation:
To check out how efficient or accurate a model is, we use the akaike information criterion or the Bayesian. If the AIC or BIC are lower, then this model would be better. They are also used to control for model complexity
Akaike information criterion = 2k-2ln where k is the number of parameter. A higher k gives a higher AIC.
In the real world complex models are discouraged and avoided since
1. They cause data to be over fitted and can capture noise and information from this data.
2. They are complex and therefore difficult to interpret
3. They consume a lot of time and computing them has several inefficiencies.
Using these two as measure of performance, we can select optimal choice of independent variable.
With forward/backward regression, we are able to put new variables in the model or remove from it. The best is the one with lowest AIC.