document.write( "Question 1108448: The length of a rectangular piece of land is 64 yards more than two times it’s width. The perimeter is 548 yards. Find it’s dimensions \n" ); document.write( "
Algebra.Com's Answer #723450 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "L       + W + L       + W = 548     (perimeter)\r\n" );
document.write( "\r\n" );
document.write( "(2W+64) + W + (2W+64) + W = 548\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "6W + 128 = 548  ====>  6W = 548 - 128 = 420  ====>  W = \"420%2F6\" = 70.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus we found the width. It is  W = 70 yards.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the length is  L = 2W + 64 = 2*70 + 64 = 204 yards.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  The dimensions are  70 yards (the width)  and  204 yards (the length).\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );