document.write( "Question 137504: The perimeter of a rectangle is 108 inches. The length exceeds the width by 8 inches. Find the length and the width.
\n" );
document.write( "Again please help me. \n" );
document.write( "
Algebra.Com's Answer #100598 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! Let L=length and W=width \n" ); document.write( "then Perimeter=P=2(L+W)=108 \n" ); document.write( "L=W+8 \n" ); document.write( "so \n" ); document.write( "2(2W+8)=108 \n" ); document.write( "4W=96 \n" ); document.write( "W=24 \n" ); document.write( "L=32 \n" ); document.write( " \n" ); document.write( " |