document.write( "Question 172217: 3. A rectangular box is (3x + 7) feet wide, (6x + 3) feet long, and (7x - 1) feet high. Find the volume of this box. \n" ); document.write( "
Algebra.Com's Answer #133206 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A rectangular box is (3x + 7) feet wide, (6x + 3) feet long, and (7x - 1) feet high. Find the volume of this box. \n" ); document.write( "--------------------- \n" ); document.write( "It's the same as any other rectangular solid, l*w*h \n" ); document.write( "V = (3x+7)*(6x+3)*(7x-1) \n" ); document.write( "= (18x^2 + 51x + 21)*(7x-1) \n" ); document.write( "= 126x^3 - 18x^2 + 357x^2 - 51x + 147x - 21 \n" ); document.write( "=126x^3 + 339x^2 + 96x - 21 cubic feet \n" ); document.write( " \n" ); document.write( " |