document.write( "Question 1131723: Farmer Jim is building a new chicken coop in the shape of a rectangular prism. He needs the height of the coop to be 2 feet shorter than the width, and needs the length of the coop to be 10 feet longer than the width.\r
\n" );
document.write( "\n" );
document.write( "Create an equation to represent the volume of the chicken coop, y, in terms of the width, x, in feet. Enter the equation in the field by replacing the values of a, b, c, and d. \n" );
document.write( "
Algebra.Com's Answer #748374 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! width is x \n" ); document.write( "height is x-2 \n" ); document.write( "length is x+10 \n" ); document.write( "volume is the product of all of these \n" ); document.write( "(x^2-2x)(x+10)=x^3+10x^2-2x^2-20x \n" ); document.write( "y=x^3+8x^2-20x \n" ); document.write( " \n" ); document.write( " |