document.write( "Question 368221: What is the perimeter P of a rectangle whose length is 7 ft more than its width x\r
\n" );
document.write( "\n" );
document.write( "I have already tried to put in 2l(7)+2w \n" );
document.write( "
Algebra.Com's Answer #262382 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width =x \n" ); document.write( "length = x+7 \n" ); document.write( "... \n" ); document.write( "Perimeter = 2*(L+W) \n" ); document.write( "P=2*(x+x+7) \n" ); document.write( "P=2(2x+7) \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |