document.write( "Question 1093584: A cuboid has a volume of 2430 cm3. Its height is 10cm. The ratio of its length to its width is 3:1. Calculate the length of the cuboid.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #708243 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A cuboid has a volume of 2430 cm3. Its height is 10cm. The ratio of its length to its width is 3:1. Calculate the length of the cuboid. \n" ); document.write( "---------- \n" ); document.write( "Vol = L*W*H = 2430 \n" ); document.write( "2430 = L*W*10 \n" ); document.write( "243 = L*W \n" ); document.write( "------- \n" ); document.write( "L = 3W \n" ); document.write( "243 = 3W*W \n" ); document.write( "W^2 = 81 \n" ); document.write( "W = 9 \n" ); document.write( "L = 27 \n" ); document.write( "---------------------- \n" ); document.write( "Is that not obvious? \n" ); document.write( " |