document.write( "Question 457307: Find the length of the diagonal of a cube with side length 10cm.\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #313785 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find the length of the diagonal of a cube with side length 10cm. \n" ); document.write( "First, find diagonal of base: \n" ); document.write( "let d = diagonal of base \n" ); document.write( "then \n" ); document.write( "d^2 = 10^2 + 10^2 \n" ); document.write( "d^2 = 100 + 100 \n" ); document.write( "d^2 = 200 \n" ); document.write( "d = sqrt(200) \n" ); document.write( ". \n" ); document.write( "Now, find diagonal of cube \n" ); document.write( "let x = diagonal of cube \n" ); document.write( "x^2 = [sqrt(200)]^2 + 10^2 \n" ); document.write( "x^2 = 200 + 100 \n" ); document.write( "x^2 = 300 \n" ); document.write( "x = sqrt(300) \n" ); document.write( "x = sqrt(3*10*10) \n" ); document.write( "x = 10*sqrt(3) \n" ); document.write( "x = 17.32 cm \n" ); document.write( " \n" ); document.write( " |