document.write( "Question 1116781: find the length of a diagonal of the cube with 3cm side length
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #731690 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Let s be the length of a side, then use Pythagorean Theorem to get the diagonal(h) across the base \n" ); document.write( ": \n" ); document.write( "s^2 + s^2 = h^2 \n" ); document.write( ": \n" ); document.write( "Use Pythagorean Theorem again to get the cube's diagonal(d) \n" ); document.write( ": \n" ); document.write( "h^2 + s^2 = d^2 \n" ); document.write( ": \n" ); document.write( "substitute for h^2 \n" ); document.write( ": \n" ); document.write( "s^2 + s^2 + s^2 = d^2 \n" ); document.write( ": \n" ); document.write( "3s^2 = d^2 \n" ); document.write( ": \n" ); document.write( "d = square root(3s^2) = s * square root(3) \n" ); document.write( ": \n" ); document.write( "******************************************************** \n" ); document.write( "cube diagonal is 3 * square root(3) approximately 5.2 cm \n" ); document.write( "******************************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |