document.write( "Question 22528: A Texas ranch is in the shape of a square 60 miles on each side. If the ranch house is at the exact center of the square, how far is it from the house to any corner of the property? \n" ); document.write( "
Algebra.Com's Answer #11043 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Use Pythagoras to find the length of a diagonal: \n" ); document.write( " 60^2 + 60^2 = (diagonal)^2 \n" ); document.write( "You should get diagonal = 60(sqrt 2)\r \n" ); document.write( "\n" ); document.write( "The house is half-way along the diagonal or \n" ); document.write( "30(sqrt2) from each corner of the property.\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |