document.write( "Question 412758:  what is the perimeter of a rectangle if the length is (x+4) cm and the width is (x-3) cm\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #289842 by bsmath(21)      You can put this solution on YOUR website! The perimeter of a rectangle is the distance around it. So, the perimeter \n" ); document.write( "is 2L+2W. L=x+4 and W=x-3. 2L=2x+8 2W=2x-6 Adding them together gives us \n" ); document.write( "2x+8+2x-6=4x+2 cm. \n" ); document.write( " |