document.write( "Question 1187757: The length of a rectangular wood is 5cm more the twice height and its width is five times the height.\r
\n" );
document.write( "\n" );
document.write( "What is the dimensions of the wood if its volume is 180cm³?\r
\n" );
document.write( "\n" );
document.write( "What is the length of the wood if its volume is 495cm³? \n" );
document.write( "
Algebra.Com's Answer #818784 by greenestamps(13216) You can put this solution on YOUR website! \n" ); document.write( "Let x = height \n" ); document.write( "Then from the given information \n" ); document.write( "2x+5 = length \n" ); document.write( "5x = width \n" ); document.write( "The volume is length times width times height: \n" ); document.write( "V = x(2x+5)(5x) \n" ); document.write( "or \n" ); document.write( "V = 10x^3+25x^2 \n" ); document.write( "We are to find x and thus the dimensions if the volume is 180, and if the volume is 495. \n" ); document.write( "One way to find the answers would be to solve the equations 10x^3+25x^2=180 and 10x^3+25x^2=495. But solving a cubic equation is mostly a matter of trial and error. \n" ); document.write( "A much easier method, since the given volumes are whole numbers, is to look for whole number values of x which make the product (x)(2x+5)(5x) equal to 180 or 495. \n" ); document.write( "Clearly x has to be small; so we can just try x=1, 2, 3... to find the answers. \n" ); document.write( "x=1: (x)(2x+5)(5x) = (1)(7)(5) = 35 \n" ); document.write( "x=2: (x)(2x+5)(5x) = (2)(9)(10) = 180 \n" ); document.write( "x=3: (x)(2x+5)(5x) = (3)(11)(15) = 495 \n" ); document.write( "We have found both the required volumes.... \n" ); document.write( "ANSWERS: \n" ); document.write( "volume 180 cm^3: dimensions 2cm by 9cm by 10cm \n" ); document.write( "volume 495 cm^3: dimensions 3cm by 11cm by 15cm \n" ); document.write( " \n" ); document.write( " |