document.write( "Question 59623: I submitted this problem earlier today but made a mistake. The correct problem is: Find the dimensions of a box whose volume is 196 cu. in., whose surface area is 280 sq. in., and whose LENGTH is twice its width.\r
\n" );
document.write( "\n" );
document.write( "I got 2 equations:
\n" );
document.write( "196=2W^2H (W is width and H is height)
\n" );
document.write( "280=4W^2+6WH\r
\n" );
document.write( "\n" );
document.write( "I solved the first equation for H and substituted it in the 2nd equation, ending up with:
\n" );
document.write( "4W^3-280W+588=0
\n" );
document.write( "I can't figure out where to go from here. \n" );
document.write( "
Algebra.Com's Answer #40976 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! I submitted this problem earlier today but made a mistake. The correct problem is: Find the dimensions of a box whose volume is 196 cu. in., whose surface area is 280 sq. in., and whose LENGTH is twice its width. \n" ); document.write( "L=2W \n" ); document.write( "V= LWH= 2W^2H=196 \n" ); document.write( "S.A= 2[LW+WH+HL]=280 \n" ); document.write( "2W^2+WH+2WH=140 \n" ); document.write( "2W^2+3WH=140\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I got 2 equations: \n" ); document.write( "196=2W^2H (W is width and H is height)..OK \n" ); document.write( "W^2H=98...........H=98/W^2 \n" ); document.write( "280=4W^2+6WH...OK \n" ); document.write( "2W^2+3WH=140 \n" ); document.write( "2W^2+3W*98/W^2=140 \n" ); document.write( "2W^3+294=140W \n" ); document.write( "2W^3-140W+294=0 \n" ); document.write( "I solved the first equation for H and substituted it in the 2nd equation, ending up with: \n" ); document.write( "4W^3-280W+588=0....OK \n" ); document.write( "W^3-70W+147=0 \n" ); document.write( "TAKING FACTORS OF 147 ...WE HAVE 147=1*3*7*7 \n" ); document.write( "HENCE CHECKING F(1),F(3),F(7) \n" ); document.write( "WE FIND F(7) = 7^3-70*7+147=0 \n" ); document.write( "HENCE W=7 \n" ); document.write( "L=2*7=14 \n" ); document.write( "H= 98/(7*7)=2 \n" ); document.write( "CHECK....V=14*7*2=196...OK \n" ); document.write( "S.A. = 2[14*7+14*2+7*2]=2(98+28+14)=280...OK\r \n" ); document.write( "\n" ); document.write( "I can't figure out where to go from here. \n" ); document.write( " |