document.write( "Question 833433: A rectangular field is ten times as long as it is wide. If the perimeter of the field is 1210 feet, what are the dimensions of the field? \n" ); document.write( "
Algebra.Com's Answer #502534 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A rectangular field is ten times as long as it is wide. If the perimeter of the field is 1210 feet, what are the dimensions of the field? \n" ); document.write( "*** \n" ); document.write( "let x=width of rectangle \n" ); document.write( "10x=length of rectangle \n" ); document.write( "perimeter=twice the width=twice the length \n" ); document.write( "2x+2(10x)=1210 \n" ); document.write( "2x+20x=1210 \n" ); document.write( "22x=1210 \n" ); document.write( "x=55 \n" ); document.write( "10x=550 \n" ); document.write( "dimensions of the field? width=55 ft, length=550 ft \n" ); document.write( " |