Formula for volume of a 5 sided pyramid is v=5/6(abh)
Answer:
g(x) = (x + 6)^2 - 5
Step-by-step explanation:
To translate f(x) to the left by 6 units, replace x with x+6.
To translate f(x) down 5 units, replace f(x) with f(x)-5.
Together, these replacements give you ...
... g(x) = f(x+6) -5
... g(x) = (x +6)^2 -5
Let's let the weight of a large box be L, and the weight of a small box be S.
We know that 5 large boxes and 3 small boxes is 120kg, so:
5L + 3S = 120
We also know that 7 large boxes and 9 small boxes is 234kg, so:
7L + 9S = 234
You can multiply the first equation by 3 to get:
15L + 9S = 360
See how now both equations have 9S? We can now subtract one from the other:
(15L+9S) - (7L+9S) = 360-234
8L = 126
L = 15.75
Now sub this value back into an equation:
(5x15.75) + 3S = 120
3S = 41.25
S = 13.75
Double check these values
(7x15.75) + (9x13.75)
= 110.25 + 123.75
=234, which is consistent with above.
So a large box is 15.75kg, and a small box is 13.75kg.
Hope this helped
Step-by-step explanation:
a. The mean can be found using the AVERAGE() function.
x = 272.7
b. The standard deviation can be found with the STDEV() function.
s = 39.9
c. The t-score can be found with the T.INV.2T() function. The confidence level is 0.04, and the degrees of freedom is 26.
t = 2.162
d. Find the lower and upper ends of the confidence interval.
Lower = 272.7 − 2.162 × 39.9 = 186.5
Upper = 272.7 + 2.162 × 39.9 = 358.9