document.write( "Question 617437: 1. if a box is to be 2 feet high, and the width is to be three feet less than its length. If it needs to hold a volume of 80 cubic feet, find the length and width of the box.
\n" );
document.write( "Please help and show me how to solve this! I need an answer ASAP!!
\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #388333 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! L * W * H = 80\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "H = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "L * W = 80 / 2 = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "W * (W + 3) = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "W^2 + 3W - 40 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(W + 8)(W - 5) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "W + 8 = 0 ___ W = -8 ___ negative value not realistic\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "W - 5 = 0 ___ W = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substitute back to find L \n" ); document.write( " |