document.write( "Question 273745: the perimeter of a rectangular yard is 270 feet. if its length is 25 feet greater than its width, what are the dimensions of the yard. \n" ); document.write( "
Algebra.Com's Answer #199942 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! the perimeter of a rectangular yard is 270 feet. if its length is 25 feet greater than its width, what are the dimensions of the yard.\r \n" ); document.write( "\n" ); document.write( "P perimeter = 2 * L length + 2 * W width = 270 feet \n" ); document.write( "270 = 2 * (L + W) \n" ); document.write( "135 = L + W \n" ); document.write( "135 = (W + 25) + W \n" ); document.write( "135 = 2W + 25 \n" ); document.write( "110 = 2W \n" ); document.write( "55 feet = W \n" ); document.write( "L = W + 25 = 55 + 25 = 80 feet \n" ); document.write( " \n" ); document.write( " |