Please help me thanks!


Part 1
V = pi*r^2*h .... volume of a cylinder
250 = pi*r^2*h
h = 250/(pi*r^2)
Plug this into the surface area of a cylinder equation
SA = 2*pi*r^2 + 2*pi*r*h
SA = 2*pi*r^2 + 2*pi*r*( 250/(pi*r^2) )
SA = 2*pi*r^2 + 500/r
Now replace every copy of r with x to get this function
f(x) = 2*pi*x^2 + 500/x
x = radius
y = f(x) = surface area
Next we'll use Desmos to graph this function. See the screenshot below. It produces some kind of curve that has two pieces to it. We'll only focus on the curve where x > 0 and y > 0. It makes no sense to have a negative radius, and we cannot have a negative surface area either.
Click on the lowest point of the parabolic looking shaped piece (it's not really a parabola, but we'll imagine that it is for the sake of simplicity).
The coordinates of that local min point will show up and they are (3.414, 219.689)
We have (x,y) = (3.414, 219.689) lead to r = 3.414 and SA = 219.689
This means that a radius of approximately r = 3.414 cm leads to the smallest surface area of approximately 219.689 square cm. This is when the amount of material is minimized.
Use this value of r to find h
h = 250/(pi*r^2)
h = 250/(pi*3.414^2)
h = 6.828
Desmos not only graphs, but it is also a standard calculator. The calculation is also shown in the screenshot.
=============================================================
Part 2