document.write( "Question 842402: a box has a lenght of 3 yards and a width of 2 yards its volume is 30 cubic yards what is its height? \n" ); document.write( "
Algebra.Com's Answer #507640 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! volume = length x width x height \n" ); document.write( "30 = 3 x 2 x height \n" ); document.write( "30 = 6 x height \n" ); document.write( "divide each side by 6 \n" ); document.write( "5 = height in yards \n" ); document.write( " |