document.write( "Question 954898: A park is 4 times as long as it is wide. If the distance around the park is 12.5 kilometers, what is the area of the park? \n" ); document.write( "
Algebra.Com's Answer #583283 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the width of the park be x \n" ); document.write( "Then the length is 4x. \n" ); document.write( "Perimeter of the rectangle=2(length+width) \n" ); document.write( "2(5x)=12.5 km \n" ); document.write( "10x=12.5 \n" ); document.write( "x=1.25 \n" ); document.write( "Width of the park=1.25 km \n" ); document.write( "Length of the park=5 km \n" ); document.write( "Area of the park=5*1.25=6.25 square kilometres \n" ); document.write( " |