document.write( "Question 39285This question is from textbook College Algebra
\n" );
document.write( ": Cost of material. A rectangular box with volume 320ft^3 is built with a square base and top. The cost is $1.50/ft^2 for the bottom, $2.50/ft^2 for the sides, and $1/ft^2 for the top. Let x=the length of the base, in feet.
\n" );
document.write( "a) Express the cost of the box as a function of x.
\n" );
document.write( "b) Find the domain of the function. \n" );
document.write( "
Algebra.Com's Answer #24721 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Cost of material. A rectangular box with volume 320ft^3 is built with a square base and top. The cost is $1.50/ft^2 for the bottom, $2.50/ft^2 for the sides, and $1/ft^2 for the top. Let x=the length of the base, in feet. \n" ); document.write( "a) Express the cost of the box as a function of x. \n" ); document.write( "Cost = cost of bottom + cost of top +4(cost of one side) \n" ); document.write( "cost of bottom= $1.5x^2 \n" ); document.write( "cost of top =$1(x^2) \n" ); document.write( "To get cost of side need to know the height of a side, as follows. \n" ); document.write( "V=lwh \n" ); document.write( "320=x^2h \n" ); document.write( "h=320/x^2 \n" ); document.write( "Area of one side is base(height)=x(320/x^2)=320/x \n" ); document.write( "Cost of 4 sides is 4($2.5)(320/x)=3200/x \n" ); document.write( "EQUATION: \n" ); document.write( "Cost =1.5x^2+x^2+3200/x \n" ); document.write( " = 2.5x^2+3200/x\r \n" ); document.write( "\n" ); document.write( "b) Find the domain of the function. \n" ); document.write( "Domain of the FUNCTION is all Real numbers except x=0 \n" ); document.write( "Domain of the function as a model of the problem is \n" ); document.write( "x>0 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |