document.write( "Question 1012657: A farmer uses exactly 1000 meters of fencing to fence off a square field. Calculate the area of the field. \n" ); document.write( "
Algebra.Com's Answer #628755 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If the farmer makes a square with the 1000 m, that means he has a square \n" ); document.write( "1000 / 4 = 250 m on a side. \n" ); document.write( "The area of a square is given by \n" ); document.write( "A = s^2 \n" ); document.write( "A = (250)^2 = 62500 m^2 \n" ); document.write( " |