document.write( "Question 935256: The diagonal of a solid is an imaginary straight line connecting two vertices of the solid which are not in the same face. Given a cube of edge a:
\n" ); document.write( "(a) find the length of its diagonal.
\n" ); document.write( "(b) find the volume of the waste material made by cutting the largest regular
\n" ); document.write( "cylinder from it.
\n" ); document.write( "

Algebra.Com's Answer #568427 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
The diagonal of a solid is an imaginary straight line connecting two vertices of the solid which are not in the same face. Given a cube of edge a:
\n" ); document.write( "(a) find the length of its diagonal.
\n" ); document.write( "\"d+=+a%2Asqrt%283%29\"
\n" ); document.write( "-------
\n" ); document.write( "(b) find the volume of the waste material made by cutting the largest regular
\n" ); document.write( "cylinder from it.
\n" ); document.write( "Vol of the cube = a^3
\n" ); document.write( "Not sure what a \"regular cylinder\" is, but the largest that can be made is:
\n" ); document.write( "r = a/2 and h = a
\n" ); document.write( "\"Vol+=+pi%2Ar%5E2%2Ah\"
\n" ); document.write( "Waste = a^3 - volume of cylinder.
\n" ); document.write( "
\n" ); document.write( "
\n" );