document.write( "Question 1126992: To comply with FAA regulations, a piece of luggage must be checked to the luggage compartment of the plane if its combined linear measurement of length, width, and height is over 45 in. Katie's suitcase has a total volume of 4200 in.3. Its length is 30 in., and its width is 4 in. greater than the height. Find the dimensions of the suitcase. Will this suitcase need to be checked? Explain.Solve by completing the square.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #743338 by Boreal(15235) You can put this solution on YOUR website! height is x \n" ); document.write( "width is x+4 \n" ); document.write( "volume is 30x(x+4)=4200 \n" ); document.write( "30x^2+120x-4200=0 \n" ); document.write( "divide by 30 \n" ); document.write( "x^2+4x-140=0 \n" ); document.write( "(x+14)(x-10)=0 \n" ); document.write( "x=10 inches height \n" ); document.write( "x+4=14 inches width \n" ); document.write( "the three numbers area 30,10,14, and theyadd to 54. Will need to be checked.\r \n" ); document.write( "\n" ); document.write( "By completing the square \n" ); document.write( "x^2+4x+4=144, moving the 140 across \n" ); document.write( "(x+2)^2=12^2 \n" ); document.write( "x+2=+/-12 \n" ); document.write( "x=-14 or 10 \n" ); document.write( " |