document.write( "Question 841669: The length of a rectangle is 6in longer than its width.
\n" );
document.write( "If the perimeter of the rectangle is 44in , find its area. \n" );
document.write( "
Algebra.Com's Answer #507172 by Narsinghchauhan8960103366(17)![]() ![]() You can put this solution on YOUR website! Let the width of rectangle is x in \n" ); document.write( "So the length is (x+6) in \n" ); document.write( "According to question \n" ); document.write( "Perimeter of Rectangle =2(length+width) \n" ); document.write( "44=2[(x+6)+x] \n" ); document.write( "44=2(2x+6) \n" ); document.write( "44=4x+12 \n" ); document.write( "4x=44-12=32 \n" ); document.write( "x=32/4=8 in \n" ); document.write( "width =8 in \n" ); document.write( "length =8+6=14 \n" ); document.write( "Perimeter of Rectangle = length*width \n" ); document.write( "=14*8=112 square in \n" ); document.write( " |