document.write( "Question 499075: The length, width, and height of a rectangular box are consecutive integers, and the largets dimension is k cm. Find the volume V of the box \n" ); document.write( "
Algebra.Com's Answer #337389 by chessace(471)![]() ![]() You can put this solution on YOUR website! V=k(k-1)(k-2) \n" ); document.write( "Can be expanded to k^3 - other terms. \n" ); document.write( " |