In class, we found the dimensions of a rivht circular cylinder (a "can") that has a volume of 1000 cm3 using the minimum possible material. This assignment changes that problem slightly by seeking the minimum cost for a right circular cylinder whose volume is 1,000 cm3 where the cost of materials for the bottom, top, and side are different. Suppose the materials for the bottom of your cylinder cost 6 cents per square centimeter, the materials for the top cost 4 cents per square centimeter, and the materials for the side cost 2 cents for square centimeter. 1. write a function for the total cost of the cylinder in terms of its radius (r) and its height (h). 2. Write an equation expressing the 1,000 cm3 volume in terms of the radius and height. Solve your equation for either r or h and substitute the result into your cost function
I am trying to solve the problem, but I cannot get the equation. Please let me know the answers of these questions.