document.write( "Question 234930: The volume of a rectangular box is 105 cubic inches. If the top is 6 inches by 3.5 inches, what is the height? \n" ); document.write( "
Algebra.Com's Answer #173157 by nyc_function(2741)\"\" \"About 
You can put this solution on YOUR website!
Volume = lenth * width * height\r
\n" ); document.write( "\n" ); document.write( "V = LWH\r
\n" ); document.write( "\n" ); document.write( "105 = 6*3.5*H\r
\n" ); document.write( "\n" ); document.write( "105 = 21H\r
\n" ); document.write( "\n" ); document.write( "105/21 = H\r
\n" ); document.write( "\n" ); document.write( "5 = H\r
\n" ); document.write( "\n" ); document.write( "The height is 5 inches.
\n" ); document.write( "
\n" );