document.write( "Question 256624: Rita's corn field has a perimeter of 18,000 meters. The length of one side is 3 meters less than twice the width. What are the dimensions of the field? \n" ); document.write( "
Algebra.Com's Answer #188727 by palanisamy(496) ![]() You can put this solution on YOUR website! Let the width = x \n" ); document.write( "Then its length = 2x-3 \n" ); document.write( "Perimeter is 2(x+2x-3) = 18,000 \n" ); document.write( " 2(3x-3) = 18,000 \n" ); document.write( " 6x-6 = 18,000 \n" ); document.write( " 6x = 18006 \n" ); document.write( " x = 3001 \n" ); document.write( "Therefore the width = 3001 meters \n" ); document.write( "Length = 2x-3 = 2*3001 - 3 = 6002 -3 = 5999 \n" ); document.write( " |