document.write( "Question 965314: A city farm is rectangular in shape. It is 65 meters long and 60 meters wide.
\n" );
document.write( "Calculate the length of the perimeter. \n" );
document.write( "
Algebra.Com's Answer #590086 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "L=length=65m; W=width=60m; P=perimeter \n" ); document.write( "P=2(L+W) \n" ); document.write( "P=2(65m+60m) \n" ); document.write( "P=2(125m) \n" ); document.write( "P=250m \n" ); document.write( "ANSWER: The perimeter is 250 meters. \n" ); document.write( " |