document.write( "Question 932422: peter needs to measure the slope of a cone shaped pile of sand.the vertical distance from the piles peak to its base is 2.5 meters. and the horizontal distance from its peak to its edge is 5 meters. what is the slope of the pile of sand \n" ); document.write( "
Algebra.Com's Answer #566141 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
The three points of peak, center of bottom, any point on edge of bottom, form a right triangle. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x, radius of the bottom
\n" ); document.write( "y, height from center of bottom to peak
\n" ); document.write( "h, the hypotenuse using legs x and y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "What is really wanted is the ratio \"y%2Fx\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E2%2By%5E2=h%5E2\", and only x is unknown.
\n" ); document.write( "\"x=sqrt%28h%5E2-y%5E2%29\"
\n" ); document.write( "-
\n" ); document.write( "SLOPE is \"highlight%28y%2Fsqrt%28h%5E2-y%5E2%29%29\".
\n" ); document.write( "Substitute for y=2.5 and h=5.
\n" ); document.write( "
\n" );