document.write( "Question 165522: Please tell me how to do this problem (step-x-step). I just don't get these and I really want to understand what I'm doing. The instructor also gave a way to use the TI-83 for solving but I couldn't follow him.\r
\n" );
document.write( "\n" );
document.write( "The length of a rectangular box is 1 inch more than twice the height of the box, and the width is 3 inches more than the height. If the volume of the box is 126 cubic inches, find the dimensions of the box.\r
\n" );
document.write( "\n" );
document.write( "Thanks for taking the time to help me. \n" );
document.write( "
Algebra.Com's Answer #122004 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! volume = length times width times height. \n" ); document.write( "let V = volume \n" ); document.write( "let L = length \n" ); document.write( "let W = width \n" ); document.write( "let H = height \n" ); document.write( "----- \n" ); document.write( "V = L * W * H (equation 1) \n" ); document.write( "----- \n" ); document.write( "The length of a rectangular box is 1 inch more than twice the height of the box. \n" ); document.write( "----- \n" ); document.write( "L = 2 * H + 1 (equation 2) \n" ); document.write( "----- \n" ); document.write( "the width is 3 inches more than the height. \n" ); document.write( "----- \n" ); document.write( "W = H + 3 (equation 3) \n" ); document.write( "----- \n" ); document.write( "the volume of the box is 126 cubic inches. \n" ); document.write( "----- \n" ); document.write( "V = 126 cubic inches. \n" ); document.write( "----- \n" ); document.write( "you start with equation 1 \n" ); document.write( "V = L * W * H (equation 1) \n" ); document.write( "you use equation 2 and equation 3 to substitute for W and L. \n" ); document.write( "L = 2 * H + 1 (equation 2) \n" ); document.write( "W = H + 3 (equation 3) \n" ); document.write( "equation 1 becomes: \n" ); document.write( "V = (2 * H + 1) * (H + 3) * H \n" ); document.write( "126 = (2*H+1)*(H+3)*H \n" ); document.write( "this becomes \n" ); document.write( "2h^3 + 7h^2 + 3h - 126 = 0 \n" ); document.write( "----- \n" ); document.write( "i couldn't solve it so i went to an online calculator and asked it to do the dirty work for me. \n" ); document.write( "first calculator i went to couldn't handle it, but the second calculator i went to did. \n" ); document.write( "----- \n" ); document.write( "the real solution (there were others but they were complex (real + imaginary)) was h = 3. \n" ); document.write( "i plugged that into the equation and it proved to be good. \n" ); document.write( "i used H = 3 and went back to equations 2 and 3 to get the values for L and W. \n" ); document.write( "----- \n" ); document.write( "H = 3 \n" ); document.write( "L = 2 * H + 1 (equation 2) \n" ); document.write( "W = H + 3 (equation 3) \n" ); document.write( "from equation 2: \n" ); document.write( "L = 7 \n" ); document.write( "from equation 3: \n" ); document.write( "W = 6 \n" ); document.write( "----- \n" ); document.write( "dimension are: \n" ); document.write( "L = 7 \n" ); document.write( "W = 6 \n" ); document.write( "H = 3 \n" ); document.write( "----- \n" ); document.write( "V = 126 \n" ); document.write( "----- \n" ); document.write( "V = L*W*H \n" ); document.write( "----- \n" ); document.write( "L*W*H = 126 \n" ); document.write( "7*6*3 = 126 \n" ); document.write( "126=126 \n" ); document.write( "answer is good. \n" ); document.write( "----- \n" ); document.write( "sorry i can't help you with the TI-83. \n" ); document.write( "if you want to us an online calculator, this is the one that solved the equation for me. \n" ); document.write( "----- \n" ); document.write( "http://www.ifigure.com/math/algebra/algebra.htm \n" ); document.write( "----- \n" ); document.write( "i clicked on \"equations\" in the solving equations section. \n" ); document.write( "then i clicked on \"go to the solve page\" in the solve section. \n" ); document.write( "then i entered my equation and i told it the letter i wanted it to solve for (h in my case), and it gave me the solutions. \n" ); document.write( "----- \n" ); document.write( " |