document.write( "Question 859652: A water tank that has the form of a rectangular prism, in which the quadruple of the width exceeds the length by 8m and its height is the width divided by 4 plus 1m. If the volume of the tank is equal to 64000 liters, find the tank's dimensions. \r
\n" );
document.write( "\n" );
document.write( "This is what I have done so far, but I've had no luck afterwards \r
\n" );
document.write( "\n" );
document.write( "w = x
\n" );
document.write( "l = 4x - 8
\n" );
document.write( "h = x/4 + 1 \r
\n" );
document.write( "\n" );
document.write( "Then I multiplied it since volume is L x W x H, nonetheless I had this big polynomial which I didn't know how to work with.\r
\n" );
document.write( "\n" );
document.write( "x^3 - 6x^2 - 8x = 64000 \n" );
document.write( "
Algebra.Com's Answer #517872 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! x for length \n" ); document.write( "w for width \n" ); document.write( "h for height \n" ); document.write( "- \n" ); document.write( "Description of the numbers exactly into symbols: \n" ); document.write( "- \n" ); document.write( " \n" ); document.write( "4w-8-x=0 \n" ); document.write( "-x=8-4w \n" ); document.write( "x=4w-8, this will be used for substitution\r \n" ); document.write( "\n" ); document.write( "- \n" ); document.write( " \n" ); document.write( "Usable as it is, to be used for substitution\r \n" ); document.write( "\n" ); document.write( "- \n" ); document.write( " \n" ); document.write( "The reason for a factor, k, is that we should be certain to convert our \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "Make the substitutions, \n" ); document.write( " \n" ); document.write( "DIVIDE both members by 1000, multiply both members by 4; \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Obviously this equation would still need to be solved for w, and then the x and h can be calculated. I'm stopping here, just so you can get comfortable with how that equation was obtained, and see that it is somewhat different than the equation you found. You might try either a graphing calculator or Rational Roots Theorem to get w. \n" ); document.write( " |