document.write( "Question 1190641: a shipping carton has the shape of a right triangular prism. the length of the carton is 5 times the shorter leg of the right triangular base. the longer leg of the base is 1.5 times the shorter leg. if the volume of the carton is 6480 cubic inches, what is the length of the carton \n" ); document.write( "
Algebra.Com's Answer #822564 by Alan3354(69443) You can put this solution on YOUR website! a shipping carton has the shape of a right triangular prism. the length of the carton is 5 times the shorter leg of the right triangular base. the longer leg of the base is 1.5 times the shorter leg. if the volume of the carton is 6480 cubic inches, what is the length of the carton \n" ); document.write( "------------------- \n" ); document.write( "x = short leg \n" ); document.write( "L = 5x \n" ); document.write( "y = longer leg = 1.5x \n" ); document.write( "------- \n" ); document.write( "Volume = Area of triangle * length \n" ); document.write( "Area = (x*y/2) \n" ); document.write( "Vol = (x*1.5x/2)*5x = 6480 \n" ); document.write( "Multiply by 4 \n" ); document.write( "3x^2*5x = 25920 \n" ); document.write( "15x^3 = 25920 \n" ); document.write( "x^3 = 1728 \n" ); document.write( "x = 12 \n" ); document.write( "Length = 60 inches \n" ); document.write( " \n" ); document.write( " |