document.write( "Question 1104009: one side of a rectangular pasture is 80 ft in length. the diagonal distance is 110 yd. if fencing costs $3.29 per foot, how much will it cost to fence the pasture?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #718718 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Drawing this helps. \n" ); document.write( "Pythagorean theorem--80 feet is one side, the hypotenuse is 110 feet. \n" ); document.write( "80^2+x^2=110^2 \n" ); document.write( "x=75.5 feet. \n" ); document.write( "the perimeter is twice 80+75.5 or 311 feet. \n" ); document.write( "The cost is 311*$3.29=$1023.19 \n" ); document.write( " |