A company that sells prefabricated homes ships the frames for each home in large shipping containers. Each shipping container is
in the shape of a rectangular prism and its volume can be represented by the polynomial expression 5x3 + 7.5x2, where x is the width of the shipping container. If the length of the shipping container is five times the width, write the expression that represents the height of the shipping container in terms of its width, x.
Let x--------------> <span>is the width of the shipping container </span>h-------------> is the height of the shipping container l--------------> is the length of the shipping container V------------> volume rectangular prism containers
we know that V=x*h*l l=5*x and V=5x³ + 7.5x² then <span>clearing the variable h </span> h=V/[x*l]---------> h=[5x³ + 7.5x²]/[x*(5*x)]--------> h=[5x³ + 7.5x²]/[5*x²)] h=(x²/x²)*[5x + 7.5]/[5]--------> h=(5x/5)+(7.5/5)------> h=x+1.5