document.write( "Question 363888: A baseball diamond is in the shape of a square, 90 feet on a side.
\n" );
document.write( "what is the direct distance from the home plate to second base? \n" );
document.write( "
Algebra.Com's Answer #259531 by stanbon(75887) ![]() You can put this solution on YOUR website! A baseball diamond is in the shape of a square, 90 feet on a side. \n" ); document.write( "what is the direct distance from the home plate to second base? \n" ); document.write( "---- \n" ); document.write( "That distance is the hypotenuse of a 90 by 90 right triangle. \n" ); document.write( "--- \n" ); document.write( "h = sqrt[90^2 + 90^2] \n" ); document.write( "--- \n" ); document.write( "h = sqrt[2*90^2] \n" ); document.write( "--- \n" ); document.write( "h = 90*sqrt(2) \n" ); document.write( "--- \n" ); document.write( "h = 127.28 ft. \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |