document.write( "Question 268908: The perimeter of a rectangle is 36 inches. the length exceeds the width by 4 inches. what is the length and width\r
\n" );
document.write( "\n" );
document.write( "length =
\n" );
document.write( "width = \n" );
document.write( "
Algebra.Com's Answer #197024 by vksarvepalli(154)![]() ![]() You can put this solution on YOUR website! perimeter of a rectangle with length l and width w is given by 2(l+w)\r \n" ); document.write( "\n" ); document.write( "now given 2(l+w)=36 -------------- 1\r \n" ); document.write( "\n" ); document.write( "and l=w+4 ------------------ 2\r \n" ); document.write( "\n" ); document.write( "so from eq.1 l+w=18 \r \n" ); document.write( "\n" ); document.write( "and substituting the value of l from eq.2 \n" ); document.write( " \n" ); document.write( " we get w+4+w=18\r \n" ); document.write( "\n" ); document.write( " => 2w+4=18 \n" ); document.write( " => 2w=14 \n" ); document.write( " => w=7\r \n" ); document.write( "\n" ); document.write( "so length=11 \n" ); document.write( " \n" ); document.write( " width=7 \n" ); document.write( " |