document.write( "Question 1038361: what are the length and width of a rectangle if the width is 27 feet less than its length, and the perimeter is 395 feet?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #653049 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! width=w \n" ); document.write( "length=w+27 \n" ); document.write( "perimeter is 2L+2w=395 \n" ); document.write( "2(w+27)+2w=395 \n" ); document.write( "4w+54=395 \n" ); document.write( "4w=341 \n" ); document.write( "w=85.25 feet \n" ); document.write( "l=112.25 feet \n" ); document.write( "Their sum is 197.5 \n" ); document.write( "double that is 395 \n" ); document.write( " |