document.write( "Question 219490: The volume of a rectangular package is 2304 cubic inches. The lenght of the package is 3 times its width, and the height is 1.5 times its width. Find the dimensions of the package. \n" ); document.write( "
Algebra.Com's Answer #165042 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
L=3W
\n" ); document.write( "H=1.5W
\n" ); document.write( "L*H*W=2,304
\n" ); document.write( "3W*1.5W*W=2,304
\n" ); document.write( "4.5W^3=2,304
\n" ); document.write( "W^3=2,304/4.5
\n" ); document.write( "W^3=512
\n" ); document.write( "W=CUBERT512
\n" ); document.write( "W=8 IS THE WIDTH OF PACKAGE.
\n" ); document.write( "L=3*8=24 IS THE LENGTH OF PACKAGE.
\n" ); document.write( "H=1.5*8=12 IS THE HEIGHT OF PACKAGE.
\n" ); document.write( "PROOF:
\n" ); document.write( "8*24*12=2,304
\n" ); document.write( "2,304=2,304
\n" ); document.write( "
\n" );