document.write( "Question 100220: a rectangular shaped parking lot is to have a perimeter of 524 yards. if the width must be 58 yards becuase of a building code, what will the length need to be? \n" ); document.write( "
Algebra.Com's Answer #72984 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
P=2(L+W)
\n" ); document.write( "W=58
\n" ); document.write( "524=2(L+58)
\n" ); document.write( "524=2L+116
\n" ); document.write( "524-116=2L
\n" ); document.write( "408=2L
\n" ); document.write( "L=408/2
\n" ); document.write( "L=204 yards
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );