The box Problem: You have been given a flat cardboard of area, say 70 square inches , to make an open box by cutting a square from each corner and folding the sides. Your objective is to determinethe dimension, that is, the length and width, and the side of the square to be cut from the corners so that the resulting box is of maximum value. Write a program that prompts the user ro enter the area of the flat cardboard. The progrma then outputs the length and the width of the cardbpard and the length of the side of the square to be cut from the cprner so that the reaulting box is of maximum volume. Calculate your answer to 3 decimal places. Your program must contain a method that takes as input the length and width of the tcardboard and returns the side of the aquare that should be cut to maximize the volume. The method also returns the maximum volume.
This is a Java program but I need a full explaintion on the math part about how to work this problem using algebra or geometry or trigonometry. Thank you a lot. Well, here is the program I need to create based off of your explaintion.
The box Problem: You have been given a flat cardboard of area, say 70 square inches , to make an open box by cutting a square from each corner and folding the sides. Your objective is to determinethe dimension, that is, the length and width, and the side of the square to be cut from the corners so that the resulting box is of maximum value.
Write a program that prompts the user ro enter the area of the flat cardboard. The progrma then outputs the length and the width of the cardbpard and the length of the side of the square to be cut from the cprner so that the reaulting box is of maximum volume. Calculate your answer to 3 decimal places. Your program must contain a method that takes as input the length and width of the tcardboard and returns the side of the aquare that should be cut to maximize the volume. The method also returns the maximum volume. Thank you
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images