document.write( "Question 777259: Write a quadratic function for the volume of a rectangular sold that has a height of 4 meters and a width that is 2 less than 5 times its length. \n" ); document.write( "
Algebra.Com's Answer #473974 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Write a quadratic function for the volume of a rectangular sold that has a height of 4 meters and a width that is 2 less than 5 times its length. \n" ); document.write( "let x=length \n" ); document.write( "5x-2=width \n" ); document.write( "volume=length*width*height \n" ); document.write( "volume=4x(5x-2)=20x^2-4x \n" ); document.write( " |