Check the picture below.
as you can see, the graph of the volume function comes from below goes up up up, reaches a U-turn then goes down down, U-turns again then back up to infinity.
the maximum is reached at the close up you see in the picture on the right-side.
Why we don't use a higher value from the graph since it's going to infinity?
well, "x" is constrained by the lengths of the box, specifically by the length of the smaller side, namely 5 - 2x, so whatever "x" is, it can't never zero out the smaller side, and that'd happen when x = 2.5, how so? well 5 - 2(2.5) = 0, so "x" whatever value is may be, must be less than 2.5, but more than 0, and within those constraints the maximum you see in the picture is obtained.
Answer:
D. 8/7 × 3 because the fraction is greater than 1.
I hope this helps!
Answer:
> a<-rnorm(20,50,6)
> a
[1] 51.72213 53.09989 59.89221 32.44023 47.59386 33.59892 47.26718 55.61510 47.95505 48.19296 54.46905
[12] 45.78072 57.30045 57.91624 50.83297 52.61790 62.07713 53.75661 49.34651 53.01501
Then we can find the mean and the standard deviation with the following formulas:
> mean(a)
[1] 50.72451
> sqrt(var(a))
[1] 7.470221
Step-by-step explanation:
For this case first we need to create the sample of size 20 for the following distribution:

And we can use the following code: rnorm(20,50,6) and we got this output:
> a<-rnorm(20,50,6)
> a
[1] 51.72213 53.09989 59.89221 32.44023 47.59386 33.59892 47.26718 55.61510 47.95505 48.19296 54.46905
[12] 45.78072 57.30045 57.91624 50.83297 52.61790 62.07713 53.75661 49.34651 53.01501
Then we can find the mean and the standard deviation with the following formulas:
> mean(a)
[1] 50.72451
> sqrt(var(a))
[1] 7.470221
Answer:If y = 7 what is the value of x would be 7
Step-by-step explanation:
The question is:
19. if g(x) = 3 + x + e^x, find the inverse function of g (4).
Solution:
1) Put the equation as y = 3 + x + e^x
2) Solve for x = > x + e^x = y - 3
3) switch x and y => y + e^y = x - 3
4) y is the inverse
5) find y for the value requested (x = 4)
=> y + e^y = 4 - 3
=> y + e^y = 1
the solution is y = 0 because 0 + e^0 = 0 + 1 = 1.
Answer: 0.